Back to Devexpress

FilterControl.AppearanceFieldNameColor Property

windowsforms-devexpress-dot-xtraeditors-dot-filtercontrol-40c716b6.md

latest1.3 KB
Original Source

FilterControl.AppearanceFieldNameColor Property

Gets or sets the color of field names.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDescription
Color

A Color structure that specifies the color of field names.

|

Remarks

See Also

FilterControl Class

FilterControl Members

DevExpress.XtraEditors Namespace