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

    Represents a tab.

    Namespace: DevExtreme.AspNet.Mvc.Builders

    Assembly: DevExtreme.AspNet.Core.dll

    Declaration

    public class DiagramPropertiesPanelTabBuilder :
        OptionsOwnerBuilder,
        ICollectionItem

    Remarks

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

    Implements

    Inheritance

    Object
    OptionsOwnerBuilder
    DiagramPropertiesPanelTabBuilder
    See Also