Skip to main content
A newer version of this page is available. .

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