EnumColumnLengthType
Enum
Describes the type of column length.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.GanttView.dll
Syntax:
cs-api-definition
public enum ColumnLengthType
Fields
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.