IModelLayoutGroup Interface
The LayoutGroup node defines the layout of View Items that belong to a particular group.
Namespace: DevExpress.ExpressApp.Model
Assembly: DevExpress.ExpressApp.v21.2.dll
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.
Related GitHub Examples
The following code snippets (auto-collected from DevExpress Examples) contain references to the IModelLayoutGroup interface.
Note
The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.