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

WebActionContainerViewItem Properties

Represents the Action Container View Item used in XAF ASP.NET Web applications.
Name Description
Actions Provides access to a collection of Actions which are displayed by the Web Action Container View Item.
Caption Returns the Action Container View Item‘s caption. Inherited from ActionContainerViewItem.
ContainerId Specifies the Web Action Container View Item’s Action Container identifier.
Control Provides access to the control used by the WebActionContainerViewItem.
CurrentObject Specifies the object for which the current View Item’s View is created. Inherited from ViewItem.
Id Gets the identifier of the current View Item. Inherited from ViewItem.
IsCaptionVisible Indicates whether the caption of the current View Item should be visible. Inherited from ViewItem.
Model Provides access to the Application Model‘s Item node that defines the current Action Container View Item. Inherited from ActionContainerViewItem.
ObjectType Specifies the type of object for which the current View Item’s View is created. Inherited from ViewItem.
ObjectTypeInfo Provides access to the information on the type of the object which is represented by the current View Item’s View. Inherited from ViewItem.
View Specifies the Detail View that contains the current View Item. Inherited from ViewItem.
See Also