Skip to main content

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

NuGet Package: DevExpress.Win.Navigation

Declaration

[DXCategory("Appearance")]
public Color AppearanceDisabledColor { get; set; }

Property Value

Type Description
Color

The color used to paint text in the disabled FilterControl.

Remarks

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

See Also