Skip to main content
.NET 8.0+

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

DashboardViewItem Properties
Show Inherited Hide Inherited

Represents a View Item that displays a View in a nested Frame.
Name Description
Caption Returns the current View Item‘s caption.
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.
Frame Provides access to the DashboardViewItem‘s Frame.
Id Gets the identifier of the current View Item. Inherited from ViewItem.
InnerView Provides access to the View displayed by the DashboardViewItem‘s DashboardViewItem.Frame.
IsCaptionVisible Indicates whether the caption of the current View Item should be visible. Inherited from ViewItem.
IsDisposed Inherited from ViewItem.
Model Provides access to the Application Model‘s node defining the current DashboardViewItem.
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