Override the default column width (in percent).

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

Syntax

C#
[ObsoleteAttribute("No longer supported. The value is ignored.")]
public int WidthPct { get; set; }
Visual Basic (Declaration)
<ObsoleteAttribute("No longer supported. The value is ignored.")> _
Public Property WidthPct As Integer
Visual C++
[ObsoleteAttribute(L"No longer supported. The value is ignored.")]
public:
property int WidthPct {
	int get ();
	void set (int value);
}

See Also