expressappframework-devexpress-dot-expressapp-dot-model-1beb9888.md
The LayoutGroup node defines the layout of View Items that belong to a particular group.
Namespace : DevExpress.ExpressApp.Model
Assembly : DevExpress.ExpressApp.v25.2.dll
NuGet Package : DevExpress.ExpressApp
public interface IModelLayoutGroup :
IModelViewLayoutElement,
IModelNode,
IModelLayoutElementWithCaption,
IModelLayoutElementWithCaptionOptions,
IModelList<IModelViewLayoutElement>,
IList<IModelViewLayoutElement>,
ICollection<IModelViewLayoutElement>,
IEnumerable<IModelViewLayoutElement>,
IEnumerable,
ISupportControlAlignment,
IModelToolTip,
IModelToolTipOptions
Public Interface IModelLayoutGroup
Inherits IModelViewLayoutElement,
IModelNode,
IModelLayoutElementWithCaption,
IModelLayoutElementWithCaptionOptions,
IModelList(Of IModelViewLayoutElement),
IList(Of IModelViewLayoutElement),
ICollection(Of IModelViewLayoutElement),
IEnumerable(Of IModelViewLayoutElement),
IEnumerable,
ISupportControlAlignment,
IModelToolTip,
IModelToolTipOptions
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
Application Model (UI Settings Storage)