CommandMetadataBuilderBase<T, TBuilder>.LocatedAt(Int32, PropertyLocation) Method
Namespace: DevExpress.Mvvm.DataAnnotations
Assembly: DevExpress.Mvvm.v26.1.dll
Declaration
public TBuilder LocatedAt(
int position,
PropertyLocation propertyLocation = PropertyLocation.BeforePropertiesWithoutSpecifiedLocation
)
Parameters
| Name | Type |
|---|---|
| position | Int32 |
Optional Parameters
| Name | Type | Default |
|---|---|---|
| propertyLocation | PropertyLocation | BeforePropertiesWithoutSpecifiedLocation |
Returns
| Type |
|---|
| TBuilder |
See Also