DXTreeView.IndicatorColor Property
Gets or sets the color of the load-more (iOS and Android) and pull-to-refresh (iOS only) indicators. This is a bindable property.
Namespace: DevExpress.Maui.TreeView
Assembly: DevExpress.Maui.TreeView.dll
NuGet Package: DevExpress.Maui.TreeView
Declaration
public Color IndicatorColor { get; set; }
Property Value
| Type | Description |
|---|---|
| Color | The indicator color. |
See Also