Back to Devexpress

IModelLayoutGroup Interface

expressappframework-devexpress-dot-expressapp-dot-model-1beb9888.md

latest2.4 KB
Original Source

IModelLayoutGroup Interface

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

Declaration

csharp
public interface IModelLayoutGroup :
    IModelViewLayoutElement,
    IModelNode,
    IModelLayoutElementWithCaption,
    IModelLayoutElementWithCaptionOptions,
    IModelList<IModelViewLayoutElement>,
    IList<IModelViewLayoutElement>,
    ICollection<IModelViewLayoutElement>,
    IEnumerable<IModelViewLayoutElement>,
    IEnumerable,
    ISupportControlAlignment,
    IModelToolTip,
    IModelToolTipOptions
vb
Public Interface IModelLayoutGroup
    Inherits IModelViewLayoutElement,
             IModelNode,
             IModelLayoutElementWithCaption,
             IModelLayoutElementWithCaptionOptions,
             IModelList(Of IModelViewLayoutElement),
             IList(Of IModelViewLayoutElement),
             ICollection(Of IModelViewLayoutElement),
             IEnumerable(Of 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

IModelLayoutGroup Members

Application Model (UI Settings Storage)

How the XAF Application Model Works

DevExpress.ExpressApp.Model Namespace