PropertyLocation Enum
Lists values that specify whether the property is positioned before or after properties without the specified location.
Namespace: DevExpress.Mvvm.DataAnnotations
Assembly: DevExpress.Mvvm.v24.1.dll
NuGet Packages: DevExpress.Mvvm, DevExpress.Win.Navigation
Declaration
Members
Name | Description |
---|---|
BeforePropertiesWithoutSpecifiedLocation
|
The property is positioned before properties without the specified location. |
AfterPropertiesWithoutSpecifiedLocation
|
The property is positioned after properties without the specified location. |
Remarks
The values listed by this enumeration are used to set the propertyLocation parameter of the CommandMetadataBuilderBase<T, TBuilder>.LocatedAt method.
See Also