Name | Description | |
---|---|---|
AllowEdit | Gets or sets whether the user is allowed to edit the columns cells. By default set to true. | |
AllowFilter | Gets or sets whether the user is allowed to filter by the column content by clicking on the filter symbol. By default set to true. | |
AllowFormat | Gets or sets whether the user is allowed to format the column . By default set to true. | |
AllowGroup | Gets or sets whether the user is allowed to group by the column by dragging it in the grouping panel. This property is applicable only when the column is inside a NTableView. | |
AllowReorder | Gets or sets whether the user is allowed to reorder the column by dragging it. By default set to true. | |
AllowResize | Gets or sets whether the user is allowed to resize the column. By default set to true. | |
AllowSort | Gets or sets whether the user is allowed to sort the columns by clicking on them. By default set to true. | |
Bounds | Shortcut property that gets or sets the X, Y, Width and Height properties | |
DesiredHeight | Gets the desired Height of the column. Automatically updated by Nevron. | |
DesiredWidth | Gets the desired Width of the column. Automatically updated by Nevron. | |
DisplayIndex | Gets the display index of the column. Automatically updated by Nevron. | |
Editor | Gets or sets the column editor | |
FixedWidth | Determines the fixed width of the column, if WidthMode is set to Fixed. | |
Format | Gets or sets the column format | |
FormattingRules | Gets or sets the collection of formatting rules, that applies conditional formating to the column. | |
FreezeMode | Gets or sets the column freeze mode. | |
HasFilters | Gets whether there are any filters associated with that column. Automatically updated by Nevron. | |
Header | Gets or sets the column header. | |
Height | Gets the Height of the column | |
IsArrangeValid | Gets whether the arrange of the element is valid. | |
IsAutoCreated | Gets whether this column is automatically generated. Automatically updated by Nevron. | |
IsFrozen | Gets whether this column is frozen. Automatically updated by Nevron. | |
IsMeasureValid | Gets whether the measure of the element is valid | |
IsPooledForArrange | Gets whether the element is pooled for arrange validation. | |
IsPooledForMeasure | Gets whether the element is pooled for measure validation. | |
MinWidth | Gets or sets the minimal width of the column | |
OwnerCollection | Gets the collection that owns this column | |
OwnerGrid | Gets the grid view to which this column belongs | |
SortingDirection | Gets the sorting direction of this column. Automatically updated by Nevron. | |
Title | Gets or sets the title of the column. | |
Width | Gets the Width of the column | |
WidthMode | Determines the mode in which the width of the column is determined. By default set to Auto. | |
WidthPercent | Determines the percent width of the column, if WidthMode is set to Percent. | |
X | Gets the X coordinate of the column inside its collection | |
Y | Gets the Y coordinate of the column inside its collection |