Skip to main content
.NET Framework 4.5.2+
  • The page you are viewing does not exist in the .NET 6.0+ platform documentation. This link will take you to the parent topic of the current section.

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.v23.2.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.

IsCardGroup_ModelEditor

The image below demonstrates how the IsCardGroup property affects an application UI.

IsCardGroup

See Also