Specifies whether the cell width should be fixed (Fixed) or adjusted automatically to show all columns (Auto).

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

Syntax

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

See Also