Skip to main content
.NET 6.0+

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