Back to Devexpress

PropertyLocation Enum

corelibraries-devexpress-dot-mvvm-dot-dataannotations-52eaeab1.md

latest1.5 KB
Original Source

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

NuGet Packages : DevExpress.Mvvm, DevExpress.Win.Navigation

Declaration

csharp
public enum PropertyLocation
vb
Public Enum PropertyLocation

Members

NameDescription
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

DevExpress.Mvvm.DataAnnotations Namespace