Back to Devexpress

StyleFormatConditionBase.Appearance Property

windowsforms-devexpress-dot-xtraeditors-dot-styleformatconditionbase.md

latest1.6 KB
Original Source

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

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDescription
AppearanceObjectEx

A AppearanceObjectEx object that provides the appearance settings used to paint the elements that match the specified format condition.

|

See Also

StyleFormatConditionBase Class

StyleFormatConditionBase Members

DevExpress.XtraEditors Namespace