Back to Devexpress

CollectionFactoryExpressionExtensions Members

aspnetcore-devextreme-dot-aspnet-dot-mvc-dot-collectionfactoryexpressionextensions-dot-underscore-members.md

latest6.1 KB
Original Source

CollectionFactoryExpressionExtensions Members

Contains extension methods for collection factories.

Methods

NameDescription
AddFor<TCard, TProperty>(CollectionFactory<ColumnPropertiesBuilder<TCard>>, Expression<Func<TCard, TProperty>>) static
AddFor<TRow, TProperty>(CollectionFactory<DataGridColumnBuilder<TRow>>, Expression<Func<TRow, TProperty>>) staticAdds columns to a strongly-typed DataGrid.
AddFor<TRow, TProperty>(CollectionFactory<DataGridSummaryGroupItemBuilder<TRow>>, Expression<Func<TRow, TProperty>>) staticAdds group summary items to a strongly-typed DataGrid.
AddFor<TRow, TProperty>(CollectionFactory<DataGridSummaryTotalItemBuilder<TRow>>, Expression<Func<TRow, TProperty>>) staticAdds total summary items to a strongly-typed DataGrid.
AddFor<TField, TProperty>(CollectionFactory<FilterBuilderFieldBuilder<TField>>, Expression<Func<TField, TProperty>>) staticAdds fields to a strongly-typed FilterBuilder.
AddFor<TRow, TProperty>(CollectionFactory<GanttColumnBuilder<TRow>>, Expression<Func<TRow, TProperty>>) static
AddFor<TField, TProperty>(CollectionFactory<PivotGridDataSourceFieldBuilder<TField>>, Expression<Func<TField, TProperty>>) staticAdds fields to a strongly-typed PivotGrid.
AddFor<TRow, TProperty>(CollectionFactory<TreeListColumnBuilder<TRow>>, Expression<Func<TRow, TProperty>>) staticAdds columns to a strongly-typed TreeList.
AddFor<TRow, TColumn, TDisplayColumn>(CollectionFactory<DataGridSummaryGroupItemBuilder<TRow>>, Expression<Func<TRow, TColumn>>, Expression<Func<TRow, TDisplayColumn>>) staticAdds a group summary item to a specific column of a strongly-typed DataGrid.
AddFor<TRow, TColumn, TDisplayColumn>(CollectionFactory<DataGridSummaryTotalItemBuilder<TRow>>, Expression<Func<TRow, TColumn>>, Expression<Func<TRow, TDisplayColumn>>) staticAdds a total summary item to a specific column of a strongly-typed DataGrid.
AddSimpleFor<TFormData, TProperty>(FormItemsFactory<TFormData>, Expression<Func<TFormData, TProperty>>) staticAdds simple items to a strongly-typed Form.
Equals(Object, Object) staticDetermines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object)Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode()Serves as the default hash function. Inherited from Object.
GetType()Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
ToString()Returns a string that represents the current object. Inherited from Object.

See Also

CollectionFactoryExpressionExtensions Class

DevExtreme.AspNet.Mvc Namespace