Skip to main content
All docs
V24.2
JS

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

CollectionFactoryExpressionExtensions.AddFor<TRow, TProperty>(CollectionFactory<GanttColumnBuilder<TRow>>, Expression<Func<TRow, TProperty>>) Method

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 CollectionFactory<GanttColumnBuilder<TRow>>
expression Expression<Func<TRow, TProperty>>

#Type Parameters

Name
TRow
TProperty

#Returns

Type
GanttColumnBuilder<TRow>
See Also