A newer version of this page is available.
Switch to the current version.
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; }
<DefaultValue("")>
<Browsable(False)>
Public Property PropertyName As String
Property Value
Type | Default | Description |
---|---|---|
String | 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
Feedback