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

FilterEditorControl.AppearanceFieldNameColor Property

Gets or sets the color applied to field names in the control’s “Visual” panel.

Namespace: DevExpress.DataAccess.UI

Assembly: DevExpress.DataAccess.v19.2.UI.dll

Declaration

public Color AppearanceFieldNameColor { get; set; }

Property Value

Type Description
Color

A Color applied to field names.

Remarks

FilterEditorControlElements

See Also