Back to Devexpress

TableView.UseIndicatorForSelection Property

wpf-devexpress-dot-xpf-dot-grid-dot-tableview-655bcf5f.md

latest1.5 KB
Original Source

TableView.UseIndicatorForSelection Property

Gets or sets whether rows can be selected via the Row Indicator Panel.

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

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

Property Value

TypeDescription
Boolean

true if rows can be selected via the row indicator; otherwise, false. The default is true.

|

Remarks

If the UseIndicatorForSelection property is set to true and multiple row/cell selection is enabled, an end-user can drag the mouse along the indicator, to select a range of records.

To learn more, see Selection.

See Also

TableView Class

TableView Members

DevExpress.Xpf.Grid Namespace