Skip to main content
.NET 6.0+

IModelLayoutGroup Interface

The LayoutGroup node defines the layout of View Items that belong to a particular group.

Namespace: DevExpress.ExpressApp.Model

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public interface IModelLayoutGroup :
    IModelViewLayoutElement,
    IModelNode,
    IModelLayoutElementWithCaption,
    IModelLayoutElementWithCaptionOptions,
    IModelList<IModelViewLayoutElement>,
    IList<IModelViewLayoutElement>,
    ICollection<IModelViewLayoutElement>,
    IEnumerable<IModelViewLayoutElement>,
    IEnumerable,
    ISupportControlAlignment,
    IModelToolTip,
    IModelToolTipOptions

Remarks

This interface is a part of the Application Model infrastructure. You do not need to implement this interface in most cases.

The IModelLayoutGroup node represents a list of the IModelViewLayoutElement nodes.

See Also