Back to Devexpress

GridViewAppearances Properties

windowsforms-devexpress-dot-xtragrid-dot-views-dot-grid-dot-gridviewappearances-dot-underscore-properties.md

latest8.9 KB
Original Source

GridViewAppearances Properties

Provides the appearance settings used to paint the elements in a Grid View.

NameDescription
ColumnFilterButtonGets the appearance settings used to paint filter buttons.
ColumnFilterButtonActiveGets the appearance settings used to paint the filter buttons displayed within columns that are involved in filtering.
CustomizationFormHintGets or sets the appearance of the hint text displayed within an empty Customization Form.
DetailTipGets the appearance settings used to paint the detail tooltips.
EmptyGets the appearance settings used to paint the View’s empty space.
EvenRowGets the appearance settings used to paint even data rows.
FilterCloseButtonGets the appearance settings used to paint the filter close button. Inherited from ColumnViewAppearances.
FilterPanelGets the appearance settings used to paint the filter panel. Inherited from ColumnViewAppearances.
FixedLineGets the appearance settings used to paint the fixed lines.
FocusedCellGets the appearance settings used to paint the currently focused row cell.
FocusedRowGets 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.
FooterPanelGets the appearance settings used to paint the view footer.
GroupButtonGets the appearance settings used to paint group expand buttons.
GroupFooterGets the appearance settings used to paint the group footer.
GroupPanelGets the appearance settings used to paint the group panel.
GroupRowGets the appearance settings used to paint group rows (and the corresponding indents).
HeaderPanelGets the appearance settings used to paint column headers and row indicator panel.
HideSelectionRowGets the appearance settings used to paint the selected row(s) when the grid control is not focused.
HorzLineGets the appearance settings used to paint the horizontal lines.
HotTrackedRowAllows you to customize the appearance settings used to paint hot-tracked rows.
IsDisposedGets whether the current object has been disposed of. Inherited from BaseAppearanceCollection.
IsLoadingIndicates whether the View that owns the current collection is currently being initialized. Inherited from BaseViewAppearanceCollection.
NoSearchResultsInherited from ColumnViewAppearances.
OddRowGets the appearance settings used to paint odd data rows.
PreviewGets the appearance settings used to paint the preview sections.
RowGets the appearance settings used to paint the data rows.
RowSeparatorGets the appearance settings used to paint the row separators.
SelectedRowGets the appearance settings used to paint the selected data rows.
TopNewRowGets the appearance settings used to paint the new item row when it is displayed at the top of a View.
VertLineGets the appearance settings used to paint the vertical lines.
ViewCaptionContains appearance settings used to customize the View Caption. Inherited from ColumnViewAppearances.

See Also

GridViewAppearances Class

GridViewAppearances Members

DevExpress.XtraGrid.Views.Grid Namespace