Skip to main content
A newer version of this page is available. .

UnboundSourceProperty(String) Constructor

Initializes a new instance of the UnboundSourceProperty class.

Namespace: DevExpress.Data

Assembly: DevExpress.Data.v20.2.dll

NuGet Packages: DevExpress.Data, DevExpress.WindowsDesktop.Data

Declaration

public UnboundSourceProperty(
    string name
)

Parameters

Name Type Description
name String

A string that is the property name.

See Also