Skip to main content
A newer version of this page is available. .

CommandMetadataBuilderBase<T, TBuilder>.LocatedAt(Int32, PropertyLocation) Method

Namespace: DevExpress.Mvvm.DataAnnotations

Assembly: DevExpress.Mvvm.v18.2.dll

Declaration

public TBuilder LocatedAt(
    int position,
    PropertyLocation propertyLocation = PropertyLocation.BeforePropertiesWithoutSpecifiedLocation
)

Parameters

Name Type
position Int32

Optional Parameters

Name Type Default
propertyLocation PropertyLocation 0

Returns

Type
TBuilder
See Also