Skip to main content
.NET 6.0+

WinDashboardViewerViewItem Properties

A View Item that displays the Dashboard Viewer 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.
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.
IsDisposed Inherited from ViewItem.
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.
Viewer Gets the Dashboard Viewer control, used by the Dashboards Module to display dashboards in WinForms applications.
See Also