DetailView.SelectionType Property
Returns the selection type supported by the current Detail View.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v20.2.dll
Declaration
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
Feedback