Skip to main content

DiagramGridSizeBuilder Class

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

Namespace: DevExtreme.AspNet.Mvc.Builders

Assembly: DevExtreme.AspNet.Core.dll

Declaration

public class DiagramGridSizeBuilder :
    OptionsOwnerBuilder

Remarks

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

Inheritance

Object
OptionsOwnerBuilder
DiagramGridSizeBuilder
See Also