Skip to main content

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

Namespace: DevExpress.Mvvm.DataAnnotations

Assembly: DevExpress.Mvvm.v23.2.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