Skip to main content
A newer version of this page is available. .

ListView Properties

Represents a List View.
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.
AllowLink Provides access to a collection of reason/value pairs used to allow or prohibit linking associated objects in a nested List 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.
AllowUnlink Provides access to a collection of reason/value pairs used to allow or prohibit unlinking associated objects in a nested List View.
Caption Specifies a List View’s caption.
CollectionSource Provides access to a ListView‘s Collection Source.
ContentUniqueCode For internal use. Inherited from View.
Control Returns the current View‘s control. Inherited from View.
CurrentObject Specifies a List View’s current object.
DelayedItemsInitialization Indicates whether, when the View is created, View Items controls of the CompositeView are initialized immediately. Inherited from CompositeView.
DetailViewId Specifies the ID of the Detail View which is invoked from the current List View, or displayed together with a ListView.
EditFrame This property is intended for internal use.
Editor Returns a List View’s List Editor.
EditView Provides access to the Detail View that is displayed together with a List View.
ErrorMessages Provides access to the current View‘s message collection. Inherited from View.
Id Returns a View‘s ID. 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. Inherited from CompositeView.
LayoutManager Specifies a Composite View’s layout manager. Inherited from CompositeView.
MasterDetailMode Specifies whether to display the Detail View of the currently selected object near the current List View.
MaxRecursionDeep static Inherited from CompositeView.
Model Provides access to the Application Model node where a List View’s settings are stored.
ObjectSpace Provides access to the Object Space within which a View was created. Inherited from CompositeView.
ObjectTypeInfo Specifies metadata information on the current View’s business class. Inherited from ObjectView.
ScrollPosition Specifies the scroll point of Windows in ASP.NET Web applications. Inherited from View.
SelectedObjects Provides access to a collection of objects currently selected in a List View’s ListView.Editor.
SelectionType Returns the selection type supported by the current List View.
SkipObjectSpaceDisposing For internal use. Inherited from CompositeView.
SkipQueryCanClose For internal use. Inherited from View.
Tag Specifies the custom data associated with the View. Inherited from View.
See Also