Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

DetailView.SelectionType Property

Returns the selection type supported by the current Detail View.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v20.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 Detail View.

Remarks

The SelectionType property returns the SelectionType.FocusedObject value, indicating that the DetailView can only have a single selected object represented by the currently focused object.

See Also