Skip to main content
.NET 6.0+

CompositeView Properties

Represents a base class for Views that support View Items layout.
Name Description
AllowDelete Provides access to a collection of reason/value pairs used to allow or prohibit deletion of objects via a View. Inherited from View.
AllowEdit Provides access to a collection of reason/value pairs used to make a View read-only/editable. Inherited from View.
AllowNew Provides access to a collection of reason/value pairs used to allow or prohibit creation of new objects via a View. Inherited from View.
Caption Specifies a View‘s caption. Inherited from View.
ContentUniqueCode For internal use. Inherited from View.
Control Returns the current View‘s control. Inherited from View.
CurrentObject Specifies a View‘s current object. Inherited from View.
DelayedItemsInitialization Indicates whether, when the View is created, View Items controls of the CompositeView are initialized immediately.
ErrorMessages Provides access to the current View‘s message collection. Inherited from View.
Id Returns a View‘s ID. Inherited from View.
Initialization Inherited from View.
IsControlCreated Indicates whether a View‘s View.Control has been created. Inherited from View.
IsDisposed Gets a value indicating whether a View has been disposed of. Inherited from View.
IsRoot Specifies whether a View is root. Inherited from View.
Items Provides access to a Composite View’s View Items collection.
LayoutManager Specifies a Composite View’s layout manager.
MaxRecursionDeep static
Model Provides access to information on a View, which is stored in the Application Model. Inherited from View.
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. Inherited from View.
ScrollPosition Specifies the scroll point of Windows in ASP.NET Web Forms applications. Inherited from View.
SelectedObjects Specifies a View‘s selected objects. Inherited from View.
SelectionType Returns the selection type supported by a View. Inherited from View.
SkipObjectSpaceDisposing For internal use.
SkipQueryCanClose For internal use. Inherited from View.
Tag Specifies the custom data associated with the View. Inherited from View.
See Also