Back to Devexpress

IMultipleSelection Interface

corelibraries-devexpress-dot-xtrapivotgrid-dot-selection.md

latest1.8 KB
Original Source

IMultipleSelection Interface

When implemented, provides the capability to select multiple blocks of cells.

Namespace : DevExpress.XtraPivotGrid.Selection

Assembly : DevExpress.PivotGrid.v25.2.Core.dll

NuGet Packages : DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

Declaration

csharp
public interface IMultipleSelection
vb
Public Interface IMultipleSelection

The following members return IMultipleSelection objects:

LibraryRelated API Members
WinForms ControlsPivotGridCells.MultiSelection
WPF ControlsPivotGridControl.MultiSelection

Remarks

The IMultipleSelection interface defines the IMultipleSelection.SelectedCells property used to obtain the currently selected cells, and the IMultipleSelection.SetSelection method that selects the specified cells.

See Also

IMultipleSelection Members

DevExpress.XtraPivotGrid.Selection Namespace