ItemsView.Appearance Property
Gets the appearance settings specific to the ItemsView.
Namespace: DevExpress.XtraGrid.Views.Items
Assembly: DevExpress.XtraGrid.v24.1.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