Back to Devexpress

TableViewCommands.ToggleRowsSelection Property

wpf-devexpress-dot-xpf-dot-grid-dot-tableviewcommands-bb6c78f4.md

latest1.4 KB
Original Source

TableViewCommands.ToggleRowsSelection Property

Toggles the row selection.

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public ICommand ToggleRowsSelection { get; }
vb
Public ReadOnly Property ToggleRowsSelection As ICommand

Property Value

TypeDescription
ICommand

A command that implements the ICommand.

|

Remarks

Selects all rows if none or some of them are selected. Deselects all rows if all of them are selected.

To learn more on using commands, refer to the Commanding Overview MSDN article.

See Also

TableViewCommands Class

TableViewCommands Members

DevExpress.Xpf.Grid Namespace