GanttColumnFactory
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
memberName - System.String
Resources(System.String)
Defines a resource column.
Parameters
memberName - System.String
Bound(System.Type,System.String)
Defines a bound column.
Parameters
memberType - System.Type
memberName - System.String
Draggable()
Defines a Draggable column.