BandedViewAppearances Properties
Provides the appearance settings used to paint the elements in a Banded Grid View.Name | Description |
---|---|
BandPanel | Gets the appearance settings used to paint band headers. |
BandPanelBackground | Gets the appearance settings used to paint the band panel’s background. |
ColumnFilterButton | Gets the appearance settings used to paint filter buttons. Inherited from GridViewAppearances. |
ColumnFilterButtonActive | Gets the appearance settings used to paint the filter buttons displayed within columns that are involved in filtering. Inherited from GridViewAppearances. |
CustomizationFormHint | Gets or sets the appearance of the hint text displayed within an empty Customization Form. Inherited from GridViewAppearances. |
DetailTip | Gets the appearance settings used to paint the detail tooltips. Inherited from GridViewAppearances. |
Empty | Gets the appearance settings used to paint the View’s empty space. Inherited from GridViewAppearances. |
EvenRow | Gets the appearance settings used to paint even data rows. Inherited from GridViewAppearances. |
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. Inherited from GridViewAppearances. |
FocusedCell | Gets the appearance settings used to paint the currently focused row cell. Inherited from GridViewAppearances. |
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. Inherited from GridViewAppearances. |
FooterPanel | Gets the appearance settings used to paint the view footer. Inherited from GridViewAppearances. |
GroupButton | Gets the appearance settings used to paint group expand buttons. Inherited from GridViewAppearances. |
GroupFooter | Gets the appearance settings used to paint the group footer. Inherited from GridViewAppearances. |
GroupPanel | Gets the appearance settings used to paint the group panel. Inherited from GridViewAppearances. |
GroupRow | Gets the appearance settings used to paint group rows (and the corresponding indents). Inherited from GridViewAppearances. |
HeaderPanel | Gets the appearance settings used to paint column headers and row indicator panel. Inherited from GridViewAppearances. |
HeaderPanelBackground | Gets the appearance settings used to paint the column header panel’s background. |
HideSelectionRow | Gets the appearance settings used to paint the selected row(s) when the grid control is not focused. Inherited from GridViewAppearances. |
HorzLine | Gets the appearance settings used to paint the horizontal lines. Inherited from GridViewAppearances. |
HotTrackedRow | Allows you to customize the appearance settings used to paint hot-tracked rows. Inherited from GridViewAppearances. |
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. Inherited from GridViewAppearances. |
Preview | Gets the appearance settings used to paint the preview sections. Inherited from GridViewAppearances. |
Row | Gets the appearance settings used to paint the data rows. Inherited from GridViewAppearances. |
RowSeparator | Gets the appearance settings used to paint the row separators. Inherited from GridViewAppearances. |
SelectedRow | Gets the appearance settings used to paint the selected data rows. Inherited from GridViewAppearances. |
TopNewRow | Gets the appearance settings used to paint the new item row when it is displayed at the top of a View. Inherited from GridViewAppearances. |
VertLine | Gets the appearance settings used to paint the vertical lines. Inherited from GridViewAppearances. |
ViewCaption | Contains appearance settings used to customize the View Caption. Inherited from ColumnViewAppearances. |
See Also