Skip to main content
.NET 8.0+

XPServerModeView.AddProperty(String) Method

Creates a new ServerViewProperty object and appends it to the Properties collection.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v24.2.dll

NuGet Package: DevExpress.Xpo

#Declaration

public ServerViewProperty AddProperty(
    string property
)

#Parameters

Name Type Description
property String

A string value that specifies the expression used to calculate values in a column on the data store side. This value is assigned to the Property property.

#Returns

Type Description
ServerViewProperty

The ServerViewProperty object that was added to the Properties collection.

See Also