Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

IModelLayoutGroup Interface

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

Namespace: DevExpress.ExpressApp.Model

Assembly: DevExpress.ExpressApp.v20.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