Name | Description | |
---|---|---|
![]() | NColumnHeader Constructor | Default constructor |
The following tables list the members exposed by NColumnHeader.
Name | Description | |
---|---|---|
![]() | NColumnHeader Constructor | Default constructor |
Name | Description | |
---|---|---|
![]() ![]() | FilterButtonChild | Reference to the FilterButtonChild child. |
![]() ![]() | IsPressedProperty | Reference to the IsPressed property. |
![]() ![]() | NColumnHeaderSchema | Schema associated with NColumnHeader. |
![]() ![]() | ShowFilterButtonProperty | Reference to the ShowFilterButton property. |
![]() ![]() | ShowSortingButtonProperty | Reference to the ShowSortingButton property. |
![]() ![]() | SortingButtonChild | Reference to the SortingButton child. |
![]() ![]() | SpacingProperty | Reference to the Spacing property. |
Name | Description | |
---|---|---|
![]() | FilterButton | Gets or sets the symbol box that represents the column filter. |
![]() | IsPressed | Gets whether the header is currently pressed. Automatically updated by Nevron. |
![]() | OwnerColumn | Gets the column that owns this header. |
![]() | ShowFilterButton | Gets or sets whether the filter button must be shown. Automatically updated by Nevron depending on the allowed Column and Grid filtering. |
![]() | ShowSortingButton | Gets or sets whether the sorting button must be shown. Automatically updated by Nevron depending on the allowed Column and Grid sorting. |
![]() | SortingButton | Gets or sets the symbol box that represents the column sorting direction. |
![]() | Spacing | Gets or sets the spacing between the content and the filter and sorting boxes. |
Name | Description | |
---|---|---|
![]() | ArrangeContent | Overridden. Overriden to layout the content. |
![]() | CreateHitTestRegion | Overridden. Gets the hit test region for this widget. The returned region is used in both point and region widget hit tests. |
![]() | MeasureContent | Overridden. Overriden to measure the content. |
![]() | OnFilterButtonClick | Called when the filter button is clicked. This implementation shows the column filter dialog. |
![]() | OnShowFilterButtonChanged | Called when the value of the ShowFilterButton property has changed |
![]() | OnShowSortingButtonChanged | Called when the value of the ShowSortingButton property has changed |
![]() | OnSortingButtonClick | Called when the sorting button is clicked. This implementation toggles the sorting direction of the column. |