Back to Devexpress

DXTreeView.HighlightCheckedNodes Property

maui-devexpress-dot-maui-dot-treeview-dot-dxtreeview-e6aa4f0e.md

latest1012 B
Original Source

DXTreeView.HighlightCheckedNodes Property

Gets or sets whether to highlight checked nodes. This is a bindable property.

Namespace : DevExpress.Maui.TreeView

Assembly : DevExpress.Maui.TreeView.dll

NuGet Package : DevExpress.Maui.TreeView

Declaration

csharp
public bool HighlightCheckedNodes { get; set; }

Property Value

TypeDescription
Boolean

true if checked nodes are highlighted; otherwise, false.

|

Remarks

For more information, refer to the following help topic: Highlight Checked Nodes.

See Also

DXTreeView Class

DXTreeView Members

DevExpress.Maui.TreeView Namespace