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

FilterControl.AppearanceGroupOperatorColor Property

Gets or sets the color of group operators.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

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

Property Value

Type Description
Color

A Color structure that specifies the color of group operators.

Remarks

FilterControlElements

See Also