TreeNodeView.CheckedBackgroundColor Property
Gets or sets the background color of checked nodes. This is a bindable property.
Namespace: DevExpress.Maui.TreeView
Assembly: DevExpress.Maui.TreeView.dll
NuGet Package: DevExpress.Maui.TreeView
Declaration
public Color CheckedBackgroundColor { get; set; }
Property Value
Type | Description |
---|---|
Color | The background color. |
See Also