Skip to main content
All docs
V25.1
  • JS

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

    Namespace: DevExtreme.AspNet.Mvc

    Assembly: DevExtreme.AspNet.Core.dll

    Declaration

    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