Back to Devexpress

View Properties

expressappframework-devexpress-dot-expressapp-dot-view-dot-underscore-properties.md

latest3.8 KB
Original Source

View Properties

The base class for Views.

NameDescription
AllowDeleteProvides access to a collection of reason/value pairs used to allow or prohibit deletion of objects via a View.
AllowEditProvides access to a collection of reason/value pairs used to make a View read-only/editable.
AllowNewProvides access to a collection of reason/value pairs used to allow or prohibit creation of new objects via a View.
CaptionSpecifies a View‘s caption.
ControlReturns the current View‘s control.
CurrentObjectSpecifies a View‘s current object.
ErrorMessagesAllows access to the current View‘s message collection.
IdReturns a View‘s ID.
Initialization
IsControlCreatedIndicates whether a View‘s View.Control has been created.
IsDisposedGets a value indicating whether a View has been disposed of.
IsRootSpecifies whether a View is root.
ModelProvides access to information on a View, which is stored in the Application Model.
ObjectSpaceProvides access to the object space within which a View was created.
ObjectTypeInfoGets the ObjectTypeInfo property value if the current View is ObjectView. Otherwise, returns null.
SelectedObjectsSpecifies a View‘s selected objects.
SelectionTypeReturns the selection type supported by a View.
TagSpecifies the custom data associated with the View.

See Also

View Class

View Members

DevExpress.ExpressApp Namespace