CollectionFactoryExpressionExtensions.AddFor<TRow, TProperty>(CollectionFactory<GanttColumnBuilder<TRow>>, Expression<Func<TRow, TProperty>>) Method
In This Article
Namespace: DevExtreme.AspNet.Mvc
Assembly: DevExtreme.AspNet.Core.dll
#Declaration
C#
public static GanttColumnBuilder<TRow> AddFor<TRow, TProperty>(
this CollectionFactory<GanttColumnBuilder<TRow>> factory,
Expression<Func<TRow, TProperty>> expression
)
#Parameters
Name | Type |
---|---|
factory | Collection |
expression | Expression<Func<TRow, TProperty>> |
#Type Parameters
Name |
---|
TRow |
TProperty |
#Returns
Type |
---|
Gantt |
See Also