Enum ColumnLengthType
Describes the type of column length.
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.GanttView.dll
Syntax
public enum ColumnLengthType
AutoHeader
The size is automatically calculated using the header only.
AutoHeaderAndContent
The size is automatically calculated using both the header and the content.
FixedSize
Fixed length, identified by a double value.