Skip to main content

IMultipleSelection Interface

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

Namespace: DevExpress.XtraPivotGrid.Selection

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

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

#Declaration

public interface IMultipleSelection

The following members return IMultipleSelection objects:

Library Related API Members
WinForms Controls PivotGridCells.MultiSelection
WPF Controls PivotGridControl.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