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

    XPServerModeView.AddProperty(String, String) Method

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

    Namespace: DevExpress.Xpo

    Assembly: DevExpress.Xpo.v26.1.dll

    Declaration

    public ServerViewProperty AddProperty(
        string name,
        string property
    )

    Parameters

    Name Type Description
    name String

    A string value that specifies the property name. This value is assigned to the Name property.

    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