DataFormView.EditorHelpTextColor Property
Gets or sets the color of help text displayed below editors. This is a bindable property.
Namespace: DevExpress.Maui.DataForm
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
Declaration
public Color EditorHelpTextColor { get; set; }
Property Value
Type | Description |
---|---|
Color | The editor’s help text color. |
See Also