GanttDependenciesBuilder Class
Provides methods that allow you to configure nested options of the client-side dependencies object.
Namespace: DevExtreme.AspNet.Mvc.Builders
Assembly: DevExtreme.AspNet.Core.dll
Declaration
public class GanttDependenciesBuilder :
OptionsOwnerBuilder
Related API Members
The following members return GanttDependenciesBuilder objects:
Remarks
Do not instantiate this class explicitly. A new GanttDependenciesBuilder
class instance is created when you call the Dependencies(Action<GanttDependenciesBuilder>) method.
Inheritance
Object
OptionsOwnerBuilder
GanttDependenciesBuilder
See Also