Skip to main content
.NET 6.0+

DetailView.SelectionType Property

Returns the selection type supported by the current Detail 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 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