Skip to main content
.NET 6.0+

ChartListEditorBase.SelectionType Property

Returns the selection type supported by the ChartListEditorBase.

Namespace: DevExpress.ExpressApp.Chart

Assembly: DevExpress.ExpressApp.Chart.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

Charting List Editors do not support selection. So, this property always returns SelectionType.None.

See Also