Name | Description | |
---|---|---|
BestFit | Called by the NResizeColumnsTool, when the resize column splitter is double clicked. | |
CanClip | Overridden. Overriden to return true | |
CanEdit | Gets whether the column can be edited. | |
CanTransform | Overridden. Overriden to return true | |
Click | Performs a click on the column. | |
CreateDataCellEditor | Must override to creates a data cell editor which initially displays the specified value. | |
CreateGroupingRule | Creates a grouping rule for this column. This implementation raies the CreateColumnGroupingRule event. If the event is not handled by default it creates a grouping rule that groups by this column. | |
CreateHeaderContent | Creates the header content. | |
CreateSortingRule | Creates a sorting rule for this column. | |
FormatDataCell | Formats the specified data cell to display the specified value. | |
FormatDefaultDataCell | Creates the default data cell, which is used for default row measurement purposes. | |
GetCellXRange | Gets the cell X range | |
GetClip | Overridden. Overriden to clip | |
GetRowValue | Gets the column value for the specified data row. | |
GetRowValuesNullable | Gets whether the row values associated with this column can be null. | |
GetRowValuesType | Gets the type associated with the row values for this column | |
GetTransform | Overridden. Gets the matrix that transforms local to parent coordinates | |
InvalidateArrange | Invalidates the element arrange | |
InvalidateArrangeFromChild | Called by child or descendant arrange elements that consider this element as arrange parent, and want to inform it to invalidate it's arrange. | |
InvalidateMeasure | Invalidates the element measure and pools the element for measure validation. | |
InvalidateMeasureFromChild | Called by child or descendant measure elements that consider this element as measure parent, and want to inform it to invalidate it's measure. | |
LocalToParent | Overloaded. Overridden. Transforms a point in local coordinates to the coordinates of its parent coordinate system | |
ParentToLocal | Overloaded. Overridden. Transforms a point in parent coordinates to local coordinates | |
SetRowValue | Sets the column value for the specified data row. | |
ShowConditionalFormattingDialog | Shows the column format dialog | |
ShowFilterDialog | Shows the column filter dialog. Returns true if the dialog is successfully opened. | |
ShowFormatDialog | Shows the column format dialog | |
ShowPropertiesDialog | Shows the column properties dialog | |
ToggleSortingDirection | Toggles the sorting direction of the column. If it is None, makes it Ascending. If is is Ascending, makes it Descending. If is is Descending, makes it None. | |
UpdateHeaderContent | Updates the content of the column header. By default the header content is a label displaying the column title and is automatically updated when the Title changes. You may need to call this method when you subcribe for the CreateColumnHeaderContent event and create a custom column header. This method is automatically called by Nevron, when the title property changes. | |
ValidateArrange | Called to arrange the element | |
ValidateMeasure | Called to validate the element measure |