InputChipGroupActualAppearance.EditorCursorColor Property
Gets the editor cursor color that is applied to the InputChipGroup. To specify this color, use the EditorCursorColor property.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
Declaration
public Color EditorCursorColor { get; }
Property Value
Type | Description |
---|---|
Color | The editor cursor color. |
See Also