GridViewAppearances Properties
Provides the appearance settings used to paint the elements in a Grid View.Name | Description |
---|---|
ColumnFilterButton | Gets the appearance settings used to paint filter buttons. |
ColumnFilterButtonActive | Gets the appearance settings used to paint the filter buttons displayed within columns that are involved in filtering. |
CustomizationFormHint | Gets or sets the appearance of the hint text displayed within an empty Customization Form. |
DetailTip | Gets the appearance settings used to paint the detail tooltips. |
Empty | Gets the appearance settings used to paint the View’s empty space. |
EvenRow | Gets the appearance settings used to paint even data rows. |
FilterCloseButton | Gets the appearance settings used to paint the filter close button. Inherited from ColumnViewAppearances. |
FilterPanel | Gets the appearance settings used to paint the filter panel. Inherited from ColumnViewAppearances. |
FixedLine | Gets the appearance settings used to paint the fixed lines. |
FocusedCell | Gets the appearance settings used to paint the currently focused row cell. |
FocusedRow | Gets the appearance settings used to paint the currently focused row when the grid control contains focus. For the FocusedRow property to be in effect regardless of the grid control’s focused state, disable the GridOptionsSelection.EnableAppearanceHideSelection (view.OptionsSelection.EnableAppearanceHideSelection) option. |
FooterPanel | Gets the appearance settings used to paint the view footer. |
GroupButton | Gets the appearance settings used to paint group expand buttons. |
GroupFooter | Gets the appearance settings used to paint the group footer. |
GroupPanel | Gets the appearance settings used to paint the group panel. |
GroupRow | Gets the appearance settings used to paint group rows (and the corresponding indents). |
HeaderPanel | Gets the appearance settings used to paint column headers and row indicator panel. |
HideSelectionRow | Gets the appearance settings used to paint the selected row(s) when the grid control is not focused. |
HorzLine | Gets the appearance settings used to paint the horizontal lines. |
HotTrackedRow | Allows you to customize the appearance settings used to paint hot-tracked rows. |
IsDisposed | Gets whether the current object has been disposed of. Inherited from BaseAppearanceCollection. |
IsLoading | Indicates whether the View that owns the current collection is currently being initialized. Inherited from BaseViewAppearanceCollection. |
NoSearchResults | Inherited from ColumnViewAppearances. |
OddRow | Gets the appearance settings used to paint odd data rows. |
Preview | Gets the appearance settings used to paint the preview sections. |
Row | Gets the appearance settings used to paint the data rows. |
RowSeparator | Gets the appearance settings used to paint the row separators. |
SelectedRow | Gets the appearance settings used to paint the selected data rows. |
TopNewRow | Gets the appearance settings used to paint the new item row when it is displayed at the top of a View. |
VertLine | Gets the appearance settings used to paint the vertical lines. |
ViewCaption | Contains appearance settings used to customize the View Caption. Inherited from ColumnViewAppearances. |
See Also