Gets or sets the width of an hour cell in pixels.

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

Syntax

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

See Also