Skip to main content

IHeaderCustomizer Members

Defines classes that customize the grid header - the row that contains headers of all grid columns.

Properties

Name Description
BackgroundColor Specifies the grid header’s background color.
BorderColor Specifies the grid header’s border color.
Font Specifies the font used to display data in the grid header.
Padding Specifies the internal space between the grid header’s content and its edges.

Methods

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