Skip to main content
.NET 6.0+

IModelSortProperty.PropertyName Property

Specifies the name of the property to sort against.

Namespace: DevExpress.ExpressApp.Model

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

[Required]
string PropertyName { get; set; }

Property Value

Type Description
String

A string holding the name of the property to sort against.

See Also