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

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

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