Enum
ColumnLengthType

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.

Declaration

cs-api-definition
AutoHeader = 1

Field Value

ColumnLengthType

AutoHeaderAndContent

The size is automatically calculated using both the header and the content.

Declaration

cs-api-definition
AutoHeaderAndContent = 3

Field Value

ColumnLengthType

FixedSize

Fixed length, identified by a double value.

Declaration

cs-api-definition
FixedSize = 0

Field Value

ColumnLengthType