Skip to main content
.NET 6.0+

ListView.SelectionType Property

Returns the selection type supported by the current List View.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public override SelectionType SelectionType { get; }

Property Value

Type Description
SelectionType

A SelectionType enumeration value representing the selection type supported by the current List View.

Remarks

The SelectionType property returns the selection type of the View’s List Editor (see ListView.Editor. If the Editor is not currently specified for the List View, the selection type of the base View is returned (see View.SelectionType).

See Also