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.v21.2.dll

NuGet Packages: DevExpress.Mvvm, DevExpress.Uwp.Controls, DevExpress.Win.Design, DevExpress.WinUI

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