Skip to main content
.NET Framework 4.6.2+

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

View Properties

The base class for Views.
Name Description
AllowDelete Provides access to a collection of reason/value pairs used to allow or prohibit deletion of objects via a View.
AllowEdit Provides access to a collection of reason/value pairs used to make a View read-only/editable.
AllowNew Provides access to a collection of reason/value pairs used to allow or prohibit creation of new objects via a View.
Caption Specifies a View‘s caption.
ContentUniqueCode For internal use.
Control Returns the current View‘s control.
CurrentObject Specifies a View‘s current object.
ErrorMessages Provides access to the current View‘s message collection.
Id Returns a View‘s ID.
Initialization
IsControlCreated Indicates whether a View‘s View.Control has been created.
IsDisposed Gets a value indicating whether a View has been disposed of.
IsRoot Specifies whether a View is root.
Model Provides access to information on a View, which is stored in the Application Model.
ObjectSpace Provides access to the object space within which a View was created.
ObjectTypeInfo Gets the ObjectTypeInfo property value if the current View is ObjectView. Otherwise, returns null.
ScrollPosition Specifies the scroll point of Windows in ASP.NET Web Forms applications.
SelectedObjects Specifies a View‘s selected objects.
SelectionType Returns the selection type supported by a View.
SkipQueryCanClose For internal use.
Tag Specifies the custom data associated with the View.
See Also