Back to Devexpress

FilterControl.AppearanceDisabledColor Property

windowsforms-devexpress-dot-xtraeditors-dot-filtercontrol-23deb8f6.md

latest1.3 KB
Original Source

FilterControl.AppearanceDisabledColor Property

Gets or sets the color used to paint text in the FilterControl when it is disabled.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DXCategory("Appearance")]
public Color AppearanceDisabledColor { get; set; }
vb
<DXCategory("Appearance")>
Public Property AppearanceDisabledColor As Color

Property Value

TypeDescription
Color

The color used to paint text in the disabled FilterControl.

|

Remarks

To enable/disable the FilterControl, use its Enabled property.

See Also

FilterControl Class

FilterControl Members

DevExpress.XtraEditors Namespace