Back to Devexpress

DiagramPropertiesPanelTabsGroupBuilder Class

aspnetcore-devextreme-dot-aspnet-dot-mvc-dot-builders-1af86e7b.md

latest2.3 KB
Original Source

DiagramPropertiesPanelTabsGroupBuilder Class

Represents a tab group.

Namespace : DevExtreme.AspNet.Mvc.Builders

Assembly : DevExtreme.AspNet.Core.dll

Declaration

csharp
public class DiagramPropertiesPanelTabsGroupBuilder :
    OptionsOwnerBuilder,
    ICollectionItem

The following members return DiagramPropertiesPanelTabsGroupBuilder objects:

Remarks

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

Implements

ICollectionItem

Inheritance

Object OptionsOwnerBuilder DiagramPropertiesPanelTabsGroupBuilder

See Also

DiagramPropertiesPanelTabsGroupBuilder Members

DevExtreme.AspNet.Mvc.Builders Namespace