PivotGridListEditorBase.SelectionType Property
Returns the selection type supported by the PivotGridListEditorBase.
Namespace: DevExpress.ExpressApp.PivotGrid
Assembly: DevExpress.ExpressApp.PivotGrid.v20.2.dll
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. |
Remarks
Pivot Grid List Editors do not support selection. So, this property always returns SelectionType.None.
See Also
Feedback