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

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

    Namespace: DevExtreme.AspNet.Mvc.Builders

    Assembly: DevExtreme.AspNet.Core.dll

    Declaration

    public class DiagramHistoryToolbarBuilder :
        OptionsOwnerBuilder

    Remarks

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

    Inheritance

    Object
    OptionsOwnerBuilder
    DiagramHistoryToolbarBuilder
    See Also