IHeaderCustomizer Methods
Defines classes that customize the grid header - the row that contains headers of all grid columns.Name | Description |
---|---|
CreateArrowDownImageSource() | Sets up a source for the icon that is shown in the header of the column sorted in descending order. |
CreateArrowNoneImageSource() | Sets up a source for the icon that is shown in the header of the unsorted column. |
CreateArrowUpImageSource() | Sets up a source for the icon that is shown in the header of the column sorted in ascending order. |
LocateHeaderViewInPanel(View, Rectangle, Boolean, Boolean, Boolean, Boolean) | Locates the specified view within the grid header’s bounds. |
See Also