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

UnboundDataSourceProperty(String) Constructor

Initializes a new instance of the UnboundDataSourceProperty class.

Namespace: DevExpress.Xpf.Core.DataSources

Assembly: DevExpress.Xpf.Core.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

public UnboundDataSourceProperty(
    string name
)

Parameters

Name Type Description
name String

A String value that is the name of the property represented by the UnboundDataSourceProperty.

See Also