Back to Devexpress

TreeListView.ActualShowIndicator Property

wpf-devexpress-dot-xpf-dot-grid-dot-treelistview-831f34a1.md

latest1.8 KB
Original Source

TreeListView.ActualShowIndicator Property

Gets whether the Row Indicator Panel is shown within a view. This is a dependency property.

Namespace : DevExpress.Xpf.Grid

Assembly : DevExpress.Xpf.Grid.v25.2.dll

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public bool ActualShowIndicator { get; protected set; }
vb
Public Property ActualShowIndicator As Boolean

Property Value

TypeDescription
Boolean

true if the Row Indicator Panel is shown within a view; otherwise, false.

|

Remarks

The Row Indicator Panel‘s visibility is specified by the TreeListView.ShowIndicator option. In detail views, however, this option is ignored. When the Row Indicator Panel is displayed within the master view, it will be displayed within all detail views. Otherwise, it won’t.

See Also

ShowIndicator

TreeListView Class

TreeListView Members

DevExpress.Xpf.Grid Namespace