Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
  • The page you are viewing does not exist in the .NET Standard 2.0+ platform documentation. This link will take you to the parent topic of the current section.
  • The page you are viewing does not exist in the .NET Core 3.0+ platform documentation. This link will take you to the parent topic of the current section.

WebDashboardViewerViewItem Properties

A View Item that displays the ASPxDashboard control.
Name Description
Caption Returns the current View Item‘s caption. Inherited from ViewItem.
Control Returns the current View Item’s control displayed in a UI. Inherited from ViewItem.
CurrentObject Specifies the object for which the current View Item’s View is created. Inherited from ViewItem.
DashboardControl Gets the ASPxDashboard control used by the Dashboards Module to display and modify dashboards in ASP.NET applications.
DashboardDesigner For internal use.
HasDashboardParameters Gets a value indicating whether or not the currently displayed dashboard has parameters.
Id Gets the identifier of the current View Item. Inherited from ViewItem.
IsCaptionVisible Indicates whether the caption of the current View Item should be visible. Inherited from ViewItem.
IsDashboardExportAllowed Gets a value indicating whether or not the user is allowed to export the currently displayed dashboard.
ObjectType Specifies the type of object for which the current View Item’s View is created. Inherited from ViewItem.
ObjectTypeInfo Provides access to the information on the type of the object which is represented by the current View Item’s View. Inherited from ViewItem.
View Specifies the Detail View that contains the current View Item. Inherited from ViewItem.
See Also