Back to Devexpress

BandedViewAppearances Properties

windowsforms-devexpress-dot-xtragrid-dot-views-dot-bandedgrid-dot-bandedviewappearances-dot-underscore-properties.md

latest12.2 KB
Original Source

BandedViewAppearances Properties

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

NameDescription
BandPanelGets the appearance settings used to paint band headers.
BandPanelBackgroundGets the appearance settings used to paint the band panel’s background.
ColumnFilterButtonGets the appearance settings used to paint filter buttons. Inherited from GridViewAppearances.
ColumnFilterButtonActiveGets the appearance settings used to paint the filter buttons displayed within columns that are involved in filtering. Inherited from GridViewAppearances.
CustomizationFormHintGets or sets the appearance of the hint text displayed within an empty Customization Form. Inherited from GridViewAppearances.
DetailTipGets the appearance settings used to paint the detail tooltips. Inherited from GridViewAppearances.
EmptyGets the appearance settings used to paint the View’s empty space. Inherited from GridViewAppearances.
EvenRowGets the appearance settings used to paint even data rows. Inherited from GridViewAppearances.
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. Inherited from GridViewAppearances.
FocusedCellGets the appearance settings used to paint the currently focused row cell. Inherited from GridViewAppearances.
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. Inherited from GridViewAppearances.
FooterPanelGets the appearance settings used to paint the view footer. Inherited from GridViewAppearances.
GroupButtonGets the appearance settings used to paint group expand buttons. Inherited from GridViewAppearances.
GroupFooterGets the appearance settings used to paint the group footer. Inherited from GridViewAppearances.
GroupPanelGets the appearance settings used to paint the group panel. Inherited from GridViewAppearances.
GroupRowGets the appearance settings used to paint group rows (and the corresponding indents). Inherited from GridViewAppearances.
HeaderPanelGets the appearance settings used to paint column headers and row indicator panel. Inherited from GridViewAppearances.
HeaderPanelBackgroundGets the appearance settings used to paint the column header panel’s background.
HideSelectionRowGets the appearance settings used to paint the selected row(s) when the grid control is not focused. Inherited from GridViewAppearances.
HorzLineGets the appearance settings used to paint the horizontal lines. Inherited from GridViewAppearances.
HotTrackedRowAllows you to customize the appearance settings used to paint hot-tracked rows. Inherited from GridViewAppearances.
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. Inherited from GridViewAppearances.
PreviewGets the appearance settings used to paint the preview sections. Inherited from GridViewAppearances.
RowGets the appearance settings used to paint the data rows. Inherited from GridViewAppearances.
RowSeparatorGets the appearance settings used to paint the row separators. Inherited from GridViewAppearances.
SelectedRowGets the appearance settings used to paint the selected data rows. Inherited from GridViewAppearances.
TopNewRowGets the appearance settings used to paint the new item row when it is displayed at the top of a View. Inherited from GridViewAppearances.
VertLineGets the appearance settings used to paint the vertical lines. Inherited from GridViewAppearances.
ViewCaptionContains appearance settings used to customize the View Caption. Inherited from ColumnViewAppearances.

See Also

BandedViewAppearances Class

BandedViewAppearances Members

DevExpress.XtraGrid.Views.BandedGrid Namespace