StyleFormatConditionBase.Appearance Property
In This Article
Gets or sets the appearance settings used to paint the elements (e.g., cells in the XtraGrid) that match the specified format condition.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
[XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)]
public AppearanceObjectEx Appearance { get; }
#Property Value
Type | Description |
---|---|
Appearance |
A Appearance |
See Also