Skip to main content
All docs
V20.1

FilterEditorControl.AppearanceValueColor Property

Gets or sets the color of values.

Namespace: DevExpress.XtraFilterEditor

Assembly: DevExpress.XtraRichEdit.v20.1.dll

NuGet Package: DevExpress.Win.RichEdit

Declaration

public Color AppearanceValueColor { get; set; }

Property Value

Type Description
Color

A Color structure that specifies the color of values.

Remarks

FilterEditorControlElements

See Also