Skip to main content
All docs
V20.1

FilterEditorControl.AppearanceEmptyValueColor Property

Gets or sets the color of empty values.

Namespace: DevExpress.XtraFilterEditor

Assembly: DevExpress.XtraRichEdit.v20.1.dll

NuGet Package: DevExpress.Win.RichEdit

Declaration

public Color AppearanceEmptyValueColor { get; set; }

Property Value

Type Description
Color

A Color structure that specifies the color of empty values.

Remarks

FilterEditorControlElements

See Also