Skip to main content
All docs
V23.2

ItemsView.Appearance Property

Gets the appearance settings specific to the ItemsView.

Namespace: DevExpress.XtraGrid.Views.Items

Assembly: DevExpress.XtraGrid.v23.2.dll

NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

[DXCategory("Appearance")]
[XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)]
[XtraSerializablePropertyId(1)]
public ItemsViewAppearances Appearance { get; }

Property Value

Type Description
DevExpress.XtraGrid.Views.Items.ItemsViewAppearances

The appearance settings specific to the ItemsView.

Remarks

Read the folllowing help topic for detailed information on appearances: Appearance and Conditional Formatting.

See Also