DataFormSwitchEditorAttribute.ThumbColor Property
Gets or sets the color of the DataFormSwitchItem thumb. This is a bindable property.
Namespace: DevExpress.Maui.DataForm
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
Declaration
public string ThumbColor { get; set; }
Property Value
Type | Description |
---|---|
String | The thumb color. |
See Also