DashboardView.SelectedObjects Property
Specifies a DashboardView‘s selected objects.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v24.2.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Property Value
Type | Description |
---|---|
IList | An object list that contains the current View’s selected objects. |
Remarks
The DashboardView class overrides this property to always return an empty list.
See Also