CommandMetadataBuilderBase<T, TBuilder>.LocatedAt(Int32, PropertyLocation) Method
Namespace: DevExpress.Mvvm.DataAnnotations
Assembly: DevExpress.Mvvm.v24.1.dll
NuGet Packages: DevExpress.Mvvm, DevExpress.Win.Navigation
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