Skip to main content
All docs
V26.1
  • DiagramPropertiesPanelTabsGroupBuilder Class

    Represents a tab group.

    Namespace: DevExtreme.AspNet.Mvc.Builders

    Assembly: DevExtreme.AspNet.Core.dll

    Declaration

    public class DiagramPropertiesPanelTabsGroupBuilder :
        OptionsOwnerBuilder,
        ICollectionItem

    Remarks

    Do not instantiate this class explicitly. A new DiagramPropertiesPanelTabsGroupBuilder class instance is created when you call the Groups(Action<CollectionFactory<DiagramPropertiesPanelTabsGroupBuilder>>) method.

    Implements

    Inheritance

    Object
    OptionsOwnerBuilder
    DiagramPropertiesPanelTabsGroupBuilder
    See Also