Skip to main content
.NET 6.0+

ServerViewProperty(String, SortDirection, String) Constructor

Uses specified name, sorting, and property values to initialize a new ServerViewProperty instance.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v23.2.dll

NuGet Package: DevExpress.Xpo

Declaration

public ServerViewProperty(
    string name,
    SortDirection sorting,
    string property
)

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