DetailView Fields
Represents a Detail View.| Name | Description |
|---|---|
| DefaultRaiseObjectChangedOnControlValueChanged static | Specifies whether the ObjectChanged event should occur each time you modify a control value in a DetailView (see the BC5087 breaking change). This option affects all Detail Views in your application. |
| DetailViewReadOnlyKey | For internal use only. |
| InfoAllowDelete static | For internal use only. Inherited from ObjectView. |
| InfoAllowEdit static | For internal use only. Inherited from ObjectView. |
| InfoAllowNew static | For internal use only. Inherited from ObjectView. |
| MaxRecursionDepth static | Specifies the max recursion depth of the CompositeView. Inherited from CompositeView. |
| SecurityReadOnlyItemName static | Returns a key used to create an item in the View.AllowEdit collection of the current View. This key specifies a reason for making the View editable/read-only when the Security System allows/denies access to edit to the object(s) represented by the View. Inherited from View. |
| UseAsyncLoading static | Specifies whether the IModelAsync.UseAsyncLoading property is visible in the Model Editor. |
| ViewEditModeKeyName | For internal use only. |
See Also