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