How the column width is determined (Fixed, see ColumnWidth; Auto - calculated to fit the width).

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

Syntax

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

See Also