GanttColumnFactory
Properties
Gantt - Gantt
If set to false the widget will not bind to the data source during initialization. In this case data binding will occur when the change event of the data source is fired. By default the widget will bind to the data source specified in the configuration.
Methods
Group(System.Action)
Defines a group of columns.
Parameters
configurator - System.Action<GanttColumnFactory>
Bound(System.Linq.Expressions.Expression)
Defines a bound column.
Parameters
expression - System.Linq.Expressions.Expression<Func>
Bound(System.String)
Defines a bound column.
Parameters
fieldName - System.String
Bound(System.Type,System.String)
Defines a bound column.
Parameters
memberType - System.Type
fieldName - System.String
Resources(System.String)
Defines a resource column.
Parameters
fieldName - System.String
Draggable()
Defines a draggable column.
Add()
Adds an item to the collection
RETURNS
Returns a with the available configuration options.