Width of the control (pixels and percentage values supported).

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

Syntax

C#
public override Unit Width { get; set; }
Visual Basic (Declaration)
Public Overrides Property Width As Unit
Visual C++
public:
virtual property Unit Width {
	Unit get () override;
	void set (Unit value) override;
}

See Also