Back to Devexpress

FilterControl.AppearanceOperatorColor Property

windowsforms-devexpress-dot-xtraeditors-dot-filtercontrol-d0bfec8d.md

latest1.3 KB
Original Source

FilterControl.AppearanceOperatorColor Property

Gets or sets the color of logical operators.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DXCategory("Appearance")]
public Color AppearanceOperatorColor { get; set; }
vb
<DXCategory("Appearance")>
Public Property AppearanceOperatorColor As Color

Property Value

TypeDescription
Color

A Color structure that specifies the color of logical operators.

|

Remarks

See Also

FilterControl Class

FilterControl Members

DevExpress.XtraEditors Namespace