Skip to main content
.NET Framework 4.6.2+

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

DetailView Fields
Show Inherited Hide Inherited

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