Time cell width (optional).

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

Syntax

C#
public Nullable<int> Width { get; set; }
Visual Basic
Public Property Width As Nullable(Of Integer)
	Get
	Set
Visual C++
public:
property Nullable<int> Width {
	Nullable<int> get ();
	void set (Nullable<int> value);
}

See Also