Override the default column width (in percent).

Namespace:  DayPilot.Web.Ui
Assembly:  DayPilot (in DayPilot.dll)
Version: 4.6.1385.0 (4.6.1385.0)

Syntax

C#
public int WidthPct { get; set; }
Visual Basic (Declaration)
Public Property WidthPct As Integer
Visual C++
public:
property int WidthPct {
	int get ();
	void set (int value);
}

See Also