Back to Devexpress

VGridAppearanceCollection Properties

windowsforms-devexpress-dot-xtraverticalgrid-dot-vgridappearancecollection-dot-underscore-properties.md

latest7.4 KB
Original Source

VGridAppearanceCollection Properties

Provides the appearance settings used to paint elements in a vertical grid.

NameDescription
BandBorderProvides appearance settings used to paint the borders of a Band.
Caption
CategoryProvides appearance settings used to paint Category Rows.
CategoryExpandButtonProvides appearance settings used to paint Category Expand Buttons.
DisabledRecordValueProvides appearance settings used to paint values of disabled rows.
DisabledRowProvides appearance settings used to paint the headers of disabled rows.
EmptyProvides appearance settings used to paint the empty area of the control.
ExpandButtonProvides appearance settings used to paint Expand Buttons.
FilterPanelProvides access to the appearance settings used to paint the filter panel (shown when a filter is applied to the data, allowing end-users to customize the filter).
FixedLineProvides access to the appearance settings used to paint fixed row dividers.
FocusedCellProvides appearance settings used to paint the currently focused cell.
FocusedRecordProvides appearance settings used to paint cells that belong to the focused record.
FocusedRowProvides appearance settings used to paint the header of the focused row.
HideSelectionRowProvides appearance settings used to paint the header of the focused row when the control is not focused.
HorzLineProvides appearance settings used to paint horizontal lines that separate the control’s rows.
IsDisposedGets whether the current object has been disposed of. Inherited from BaseAppearanceCollection.
IsLoadingIndicates whether the grid control that owns the current collection is being initialized.
ModifiedRecordValueProvides appearance settings used to paint modified values in a PropertyGridControl.
ModifiedRow

Provides appearance settings used to paint the headers of rows that contain modified values. This property is only in effect for the PropertyGridControl control.

| | PressedRow | Provides appearance settings used to paint the headers of pressed rows. | | ReadOnlyRecordValue | Provides access to appearance settings used to paint values of read-only rows. | | ReadOnlyRow | Provides access to appearance settings used to paint headers of read-only rows. | | RecordValue | Provides the default appearance settings used to paint values of regular rows. | | RowHeaderPanel | Provides appearance settings used to paint the Row Header Panel. | | SelectedCategory | Contains appearance settings used to paint selected category rows in multiple row selection mode (MultiSelectMode.RowSelect). | | SelectedCell | Contains appearance settings used to paint selected cells in multiple cell selection mode (MultiSelectMode.CellSelect). | | SelectedRecord | Contains appearance settings used to paint selected records in multiple record selection mode (MultiSelectMode.RecordSelect). | | SelectedRow | Contains appearance settings used to paint selected rows in multiple row selection mode (MultiSelectMode.RowSelect). | | VertLine | Provides appearance settings used to paint vertical lines that separate the control’s columns. |

See Also

VGridAppearanceCollection Class

VGridAppearanceCollection Members

DevExpress.XtraVerticalGrid Namespace