PropertyMetadataBuilderExtensions.NewItemInitializer<T, TItem, TValue>(PropertyMetadataBuilder<T, HashSet<TItem>>, Func<TValue>, String, String) Method
Namespace: DevExpress.Mvvm.DataAnnotations
Assembly: DevExpress.Mvvm.v25.1.dll
NuGet Packages: DevExpress.Mvvm, DevExpress.Win.Navigation
Declaration
public static PropertyMetadataBuilder<T, HashSet<TItem>> NewItemInitializer<T, TItem, TValue>(
this PropertyMetadataBuilder<T, HashSet<TItem>> builder,
Func<TValue> createDelegate,
string name = null,
string description = null
)
Parameters
| Name | Type |
|---|---|
| builder | PropertyMetadataBuilder<T, HashSet<TItem>> |
| createDelegate | Func<TValue> |
Optional Parameters
| Name | Type | Default |
|---|---|---|
| name | String | null |
| description | String | null |
Type Parameters
| Name |
|---|
| T |
| TItem |
| TValue |
Returns
| Type |
|---|
| PropertyMetadataBuilder<T, HashSet<TItem>> |
See Also