StyleFormatConditionBase.Appearance Property
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.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
[XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)]
public AppearanceObjectEx Appearance { get; }
Property Value
Type | Description |
---|---|
AppearanceObjectEx | A AppearanceObjectEx object that provides the appearance settings used to paint the elements that match the specified format condition. |
See Also