IMultipleSelection Interface
In This Article
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
#Related API Members
The following members return IMultipleSelection objects:
Library | Related API Members |
---|---|
Win |
Pivot |
WPF Controls | Pivot |
#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