Skip to main content
.NET 6.0+

PivotGridListEditorBase.SelectionType Property

Returns the selection type supported by the PivotGridListEditorBase.

Namespace: DevExpress.ExpressApp.PivotGrid

Assembly: DevExpress.ExpressApp.PivotGrid.v23.2.dll

Declaration

public override SelectionType SelectionType { get; }

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