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
AutoHeaderAndContent
The size is automatically calculated using both the header and the content.
Declaration
public const ColumnLengthType AutoHeaderAndContent
Field Value
FixedSize
Fixed length, identified by a double value.
Declaration
public const ColumnLengthType FixedSize
Field Value
value__
Declaration
public int value__
Field Value
System.
|