Back to Devexpress

FilterControl.AppearanceEmptyValueColor Property

windowsforms-devexpress-dot-xtraeditors-dot-filtercontrol-12becbae.md

latest1.3 KB
Original Source

FilterControl.AppearanceEmptyValueColor Property

Gets or sets the color of empty values.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDescription
Color

A Color structure that specifies the color of empty values.

|

Remarks

See Also

FilterControl Class

FilterControl Members

DevExpress.XtraEditors Namespace