TreeNodeView.CheckedBackgroundColor Property
In This Article
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
C#
public Color CheckedBackgroundColor { get; set; }
#Property Value
Type | Description |
---|---|
Color | The background color. |
See Also