Skip to main content
A newer version of this page is available. .

IMultipleSelection Interface

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

Namespace: DevExpress.XtraPivotGrid.Selection

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

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