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

IModelLayoutGroup Interface

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

Namespace: DevExpress.ExpressApp.Model

Assembly: DevExpress.ExpressApp.v18.1.dll

Declaration

[ModelPersistentName("LayoutGroup")]
public interface IModelLayoutGroup :
    IModelViewLayoutElement,
    IModelLayoutElementWithCaption,
    IModelLayoutElementWithCaptionOptions,
    IModelNode,
    IModelList<IModelViewLayoutElement>,
    IList<IModelViewLayoutElement>,
    ICollection<IModelViewLayoutElement>,
    IEnumerable<IModelViewLayoutElement>,
    IEnumerable,
    ISupportControlAlignment,
    IModelToolTip,
    IModelToolTipOptions

Remarks

This interface is a part of the Application Model infrastructure and is not intended to be implemented by your classes. To learn more, refer to the Application Model Structure topic.

The IModelLayoutGroup node represents a list of the IModelViewLayoutElement nodes.

See Also