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

    Provides methods that allow you to configure nested options of the client-side viewToolbar object.

    Namespace: DevExtreme.AspNet.Mvc.Builders

    Assembly: DevExtreme.AspNet.Core.dll

    Declaration

    public class DiagramViewToolbarBuilder :
        OptionsOwnerBuilder

    Remarks

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

    Inheritance

    Object
    OptionsOwnerBuilder
    DiagramViewToolbarBuilder
    See Also