Skip to main content
A newer version of this page is available. .

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.v21.2.dll

NuGet Packages: DevExpress.Win.Design, 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