General Information
.NET Subscription
Desktop
Web
Controls and Extensions
Mainteinance Mode
Enterprise and Analytic Tools
Quality Assurance and Productivity
Frameworks and Libraries
General Information
.NET Subscription
Desktop
Web
Controls and Extensions
Mainteinance Mode
Enterprise and Analytic Tools
Quality Assurance and Productivity
Frameworks and Libraries
DetailView Properties
Represents a Detail 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)
|
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 an object displayed by the Detail View. |
DelayedItemsInitialization |
Indicates whether, when the View is created, View Items controls of the CompositeView are initialized immediately. (Inherited from CompositeView)
|
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)
|
MaxRecursionDeep static |
(Inherited from CompositeView)
|
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. (Inherited from CompositeView)
|
ObjectTypeInfo |
Specifies metadata information on the current View's business class. (Inherited from ObjectView)
|
RaiseObjectChangedOnControlValueChanged |
Specifies whether the ObjectChanged event should occur each time you modify a control value in a DetailView (see the BC5087 breaking change). |
ScrollPosition |
For internal use only. |
SelectedObjects |
Returns a Detail View's DetailView.CurrentObject. |
SelectionType |
Returns the selection type supported by the current Detail 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)
|
ViewEditMode |
Specifies a mode of displaying a Detail View in ASP.NET and Mobile applications. |