Skip to main content
All docs
V26.1
  • .NET 8.0+

    ServerViewProperty(String, SortDirection, CriteriaOperator) Constructor

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

    Namespace: DevExpress.Xpo

    Assembly: DevExpress.Xpo.v26.1.dll

    Declaration

    public ServerViewProperty(
        string name,
        SortDirection sorting,
        CriteriaOperator 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 CriteriaOperator

    An expression that calculates values to be displayed in a column. The expression is assigned to the Property property.

    See Also