Skip to main content
.NET 6.0+

View.SelectionType Property

Returns the selection type supported by a View.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public virtual SelectionType SelectionType { get; }

Property Value

Type Description
SelectionType

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

Remarks

The SelectionType property returns the SelectionType.None value, indicating that the selection is not supported. This property should be overridden in View class descendants. The ListView and DetailView classes specify this property in different ways (see ListView.SelectionType and DetailView.SelectionType).

See Also