PivotGridControl.MultiSelection Property
In This Article
Gets the selected cells.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
IMultiple |
An object that implements the IMultiple |
#Remarks
If the PivotGridControl.SelectMode property is set to 'MultiSelection', a user can select several blocks of cells via the mouse with the Ctrl key pressed down. Use the MultiSelection property to obtain selected cells.
If the PivotGridControl.SelectMode property is set to 'SolidSelection', an end-user can select a continuous block of cells. In this instance, use the PivotGridControl.Selection property to obtain selected cells.
See Also