DataFormSwitchEditorAttribute.OnColor Property
Gets or sets the switch color when it is ‘On’. This is a bindable property.
Namespace: DevExpress.Maui.DataForm
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
Declaration
public string OnColor { get; set; }
Property Value
Type | Description |
---|---|
String | The switch color when it is ‘On’. |
See Also