Class ColumnLengthType
Describes the type of column length.
Inheritance
System.Object
ColumnLengthType
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.GanttView.dll
Syntax
public sealed class ColumnLengthType : Enum
Fields
AutoHeader
The size is automatically calculated using the header only.
Declaration
public const ColumnLengthType AutoHeader
Field Value
ColumnLengthType
|
AutoHeaderAndContent
The size is automatically calculated using both the header and the content.
Declaration
public const ColumnLengthType AutoHeaderAndContent
Field Value
ColumnLengthType
|
FixedSize
Fixed length, identified by a double value.
Declaration
public const ColumnLengthType FixedSize
Field Value
ColumnLengthType
|
value__
Declaration
public int value__
Field Value
System.Int32
|