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

IModelLayoutGroupWeb.IsCollapsibleCardGroup Property

Specifies whether or not the layout card group can be collapsed in the new web UI.

Namespace: DevExpress.ExpressApp.Web.SystemModule

Assembly: DevExpress.ExpressApp.Web.v19.1.dll

Declaration

[DefaultValue(false)]
[ModelBrowsable(typeof(ModelLayoutGroupWebVisibilityCalculator))]
bool IsCollapsibleCardGroup { get; set; }

Property Value

Type Default Description
Boolean **false**

true if the layout card group can be collapsed, otherwise false.

Remarks

The IsCollapsibleCardGroup property is available in the Model Editor only if the IModelViewLayoutElementWeb.IsCardGroup property is set to True.

To use this property, invoke the Model Editor. Navigate to the Views | <DetailView> | Layout node, expand a layout group node, focus a group item node and set the IsCollapsibleCardGroup property value to True.

IsCollapsibleCardGroup_ModelEditor

The result is demonstrated in the image below.

IsCollapsibleCardGroup

The IModelLayoutGroupWeb.IsCardGroupCollapsed property saves the current state of the collapsible group at runtime.

See Also