IModelViewLayoutElementWeb.IsCardGroup Property
Specifies whether a layout group is displayed as a card in the new web UI.
Namespace: DevExpress.ExpressApp.Web.SystemModule
Assembly: DevExpress.ExpressApp.Web.v24.1.dll
NuGet Package: DevExpress.ExpressApp.Web
Declaration
[ModelBrowsable(typeof(ModelViewLayoutElementWebVisibilityCalculator))]
bool IsCardGroup { get; set; }
Property Value
Type | Description |
---|---|
Boolean | true, if the layout group is displayed as a card, otherwise false. |
Remarks
When the IsCardGroup property is set to true, the IModelLayoutGroup.IsCollapsibleGroup property is available in the Model Editor.
Note
Only one group in the hierarchy can have the IsCardGroup set to true.
To use this property, invoke the Model Editor. Navigate to the Views | <DetailView> | Layout node, choose the target layout group node and set the IsCardGroup property value to True.
The image below demonstrates how the IsCardGroup property affects an application UI.