IModelTabbedGroup Interface
The TabbedGroup node defines the layout of View Items within a tabbed group.
Namespace: DevExpress.ExpressApp.Model
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
[ModelVirtualTreeCreatableItemsFilter(new string[]{"ModelListViewRowLayout"})]
[ModelVirtualTreeCreatableItemsRequiredPathFilter("ModelListViewRowLayout", false)]
public interface IModelTabbedGroup :
IModelViewLayoutElement,
IModelNode,
IModelLayoutElementWithCaption,
IModelLayoutElementWithCaptionOptions,
IModelList<IModelLayoutGroup>,
IList<IModelLayoutGroup>,
ICollection<IModelLayoutGroup>,
IEnumerable<IModelLayoutGroup>,
IEnumerable
Remarks
This interface is a part of the Application Model infrastructure. You do not need to implement this interface in most cases.
See Also