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

IModelLayoutGroupWeb.IsCardGroupCollapsed Property

Specifies whether or not the layout card group is collapsed in the new web UI by default.

Namespace: DevExpress.ExpressApp.Web.SystemModule

Assembly: DevExpress.ExpressApp.Web.v18.2.dll

Declaration

[DefaultValue(false)]
[ModelBrowsable(typeof(ModelLayoutGroupWebCardGroupCollapsedVisibilityCalculator))]
bool IsCardGroupCollapsed { get; set; }

Property Value

Type Default Description
Boolean **false**

true if the layout card group is collapsed by default, otherwise false.

Remarks

The IsCardGroupCollapsed property is available in the Model Editor only if the IModelViewLayoutElementWeb.IsCardGroup and IModelLayoutGroupWeb.IsCollapsibleCardGroup properties are 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 specify the IsCardGroupCollapsed property value. This property also saves the current state of the collapsible group at runtime.

IsCardGroupCollapsed_ModelEditor

See Also