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

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

Syntax

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

See Also