PivotGridListEditorBase.SelectionType Property
Namespace: DevExpress.ExpressApp.PivotGrid
Assembly:
DevExpress.ExpressApp.PivotGrid.v25.2.dll
NuGet Package:
DevExpress.ExpressApp.PivotGrid
Declaration
public override SelectionType SelectionType { get; }
Public Overrides ReadOnly Property SelectionType As SelectionType
Property Value
| Type |
Description |
| SelectionType |
A SelectionType enumeration value that represents the selection type supported by the current List Editor.
|
Available values:
| Name |
Description |
|
None
|
A List Editor or a View does not support focusing an object nor selection of objects.
|
|
FocusedObject
|
A List Editor or a View supports focusing an object, but does not support selection of objects.
|
|
MultipleSelection
|
A List Editor or a View supports selection of single and multiple objects.
|
|
TemporarySelection
|
A List Editor or a View supports selection type, which is active only while a postback is processed.
|
|
Full
|
A List Editor or a View supports selection of single and multiple objects, as well as focusing an object.
|
Pivot Grid List Editors do not support selection. So, this property always returns SelectionType.None.
See Also