Skip to main content
.NET 6.0+

ServerViewProperty(String, String) Constructor

Uses specified name 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,
    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