ServerViewProperty(String, SortDirection, String) Constructor
Uses specified name, sorting, and property values to initialize a new ServerViewProperty instance.
Namespace: DevExpress.Xpo
Assembly: DevExpress.Xpo.v24.1.dll
NuGet Packages: DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap, DevExpress.Xpo
NuGet Package: DevExpress.Xpo
Declaration
Parameters
Name | Type | Description |
---|---|---|
name | String | A property name that is assigned to the Name property. |
sorting | SortDirection | A SortDirection enumeration value that specifies the property values’ sort order. The value is assigned to the Sorting property. |
property | String | An expression that calculates values to be displayed in a column. The expression is assigned to the Property property. |
See Also