Skip to main content

FilterControl.AppearanceEmptyValueColor Property

Gets or sets the color of empty values.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

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

Property Value

Type Description
Color

A Color structure that specifies the color of empty values.

Remarks

FilterControlElements

See Also