Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

ServerViewProperty(String, String) Constructor

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

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v21.1.dll

NuGet Package: DevExpress.Xpo

Declaration

public ServerViewProperty(
    string name,
    string property
)

Parameters

Name Type Description
name String

A property name that is assigned to the Name property.

property String

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

See Also