TreeNodeView.CheckedBorderColor Property
Gets or sets the border 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 CheckedBorderColor { get; set; }
Property Value
| Type | Description |
|---|---|
| Color | The border color. |
See Also