Skip to main content
A newer version of this page is available. .

DashboardView.SelectedObjects Property

Specifies a DashboardView‘s selected objects.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v18.2.dll

Declaration

public override IList SelectedObjects { get; }

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