Name | Description | |
---|---|---|
![]() | BestFit | Called by the NResizeColumnsTool, when the resize column splitter is double clicked. |
![]() | CanClip | Overridden. Overriden to return true |
![]() | CanTransform | Overridden. Overriden to return true |
![]() | Click | Performs a click on the column. |
![]() | CreateCell | Must override to create a cell for this collumn |
![]() | 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. |
![]() | FormatCell | Formats the specified cell to display the specified value. |
![]() | FormatDefaultCell | Creates the default cell, which is used for default row measurement purposes. |
![]() | GetCellValue | Gets the cell value for the specified row index. |
![]() | GetCellValuesNullable | Gets whether the cell values associated with this column can be null. |
![]() | GetCellValuesType | Gets the type associated with the cell values for this column |
![]() | GetCellXRange | Gets the cell X range |
![]() | GetClip | Overridden. Overriden to clip |
![]() | 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 |
![]() | 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 |