Skip to main content
A newer version of this page is available. .

SortProperty.PropertyName Property

Gets or sets the name of the property to sort against.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Data.v18.2.dll

Declaration

[DefaultValue("")]
[Browsable(false)]
public string PropertyName { get; set; }

Property Value

Type Default Description
String String.Empty

A String value which specifies the name of the property that identifies the sorted column in a data store. This value is case-sensitive.

See Also