GanttStripLineBuilder(OptionsOwnerContext) Constructor
Initializes a new instance of the GanttStripLineBuilder class with specified settings.
Namespace: DevExtreme.AspNet.Mvc.Builders
Assembly: DevExtreme.AspNet.Core.dll
Declaration
public GanttStripLineBuilder(
OptionsOwnerContext context
)
Parameters
Name | Type | Description |
---|---|---|
context | OptionsOwnerContext | For internal use only. |
Remarks
Do not use this constructor explicitly. A new GanttStripLineBuilder class instance is created when you call the StripLines(Action<CollectionFactory<GanttStripLineBuilder>>) method.
See Also