Override the default column width (in percent).

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

Syntax

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

See Also