Back to Devexpress

VGridAppearanceCollectionEx Properties

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

latest11.8 KB
Original Source

VGridAppearanceCollectionEx Properties

Contains appearance settings for the control’s elements.

NameDescription
BandBorderProvides appearance settings used to paint the borders of a Band. Inherited from VGridAppearanceCollection.
CaptionInherited from VGridAppearanceCollection.
CategoryProvides appearance settings used to paint Category Rows. Inherited from VGridAppearanceCollection.
CategoryExpandButtonProvides appearance settings used to paint Category Expand Buttons. Inherited from VGridAppearanceCollection.
DisabledRecordValueProvides appearance settings used to paint values of disabled rows. Inherited from VGridAppearanceCollection.
DisabledRowProvides appearance settings used to paint the headers of disabled rows. Inherited from VGridAppearanceCollection.
EmptyProvides appearance settings used to paint the empty area of the control. Inherited from VGridAppearanceCollection.
ExpandButtonProvides appearance settings used to paint Expand Buttons. Inherited from VGridAppearanceCollection.
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). Inherited from VGridAppearanceCollection.
FixedLineProvides access to the appearance settings used to paint fixed row dividers. Inherited from VGridAppearanceCollection.
FocusedCellProvides appearance settings used to paint the currently focused cell. Inherited from VGridAppearanceCollection.
FocusedRecordProvides appearance settings used to paint cells that belong to the focused record. Inherited from VGridAppearanceCollection.
FocusedRecordHeaderContains appearance settings used to paint the focused record’s header.
FocusedRowProvides appearance settings used to paint the header of the focused row. Inherited from VGridAppearanceCollection.
HideSelectionRecordHeaderContains appearance settings used to paint the focused record’s header when the control is not focused.
HideSelectionRowProvides appearance settings used to paint the header of the focused row when the control is not focused. Inherited from VGridAppearanceCollection.
HorzLineProvides appearance settings used to paint horizontal lines that separate the control’s rows. Inherited from VGridAppearanceCollection.
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. Inherited from VGridAppearanceCollection.
ModifiedRecordValueProvides appearance settings used to paint modified values in a PropertyGridControl. Inherited from VGridAppearanceCollection.
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.

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

See Also

VGridAppearanceCollectionEx Class

VGridAppearanceCollectionEx Members

DevExpress.XtraVerticalGrid Namespace