Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TableView.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.v24.2.dll

NuGet Package: DevExpress.Wpf.Grid.Core

#Declaration

public bool ActualShowIndicator { get; protected set; }

#Property Value

Type Description
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 TableView.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