Assembly: Express;
The IEaxGridHeaderSettings interface is used to work with header settings.
IEaxGridHeaderSettings
To get header settings, cast result of the IEaxGridViewSettings.GetViewSettings property to the IEaxGridHeaderSettings interface.
These settings can be used to edit header position, behavior of rows and columns, to set up visibility of sorting icons and to set up indents in the drop-down hierarchy.
Property name | Brief description | |
Behaviour | The Behaviour property determines behavior of rows and columns when a data area is inserted. | |
DisplaySortIcons | The DisplaySortIcons property determines whether sorting icons are displayed. | |
HierarchyIndent | The HierarchyIndent property determines indent in a drop-down hierarchy. | |
Placement | The Placement property determines settings of header layout. | |
TotalStyle | The TotalStyle property determines style for header totals. |
See also: