Back to Devexpress

ItemsView.Appearance Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-items-dot-itemsview-5fd9e4d7.md

latest1.8 KB
Original Source

ItemsView.Appearance Property

Gets the appearance settings specific to the ItemsView.

Namespace : DevExpress.XtraGrid.Views.Items

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
[DXCategory("Appearance")]
[XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)]
[XtraSerializablePropertyId(1)]
public ItemsViewAppearances Appearance { get; }
vb
<DXCategory("Appearance")>
<XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)>
<XtraSerializablePropertyId(1)>
Public ReadOnly Property Appearance As ItemsViewAppearances

Property Value

TypeDescription
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

ItemsView Class

ItemsView Members

DevExpress.XtraGrid.Views.Items Namespace