Skip to main content

UnboundDataSourceProperty(String, Type) Constructor

Initializes a new instance of the UnboundDataSourceProperty class.

Namespace: DevExpress.Xpf.Core.DataSources

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public UnboundDataSourceProperty(
    string name,
    Type propertyType
)

Parameters

Name Type Description
name String

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

propertyType Type

A Type value that specifies the type of the property represented by the UnboundDataSourceProperty object.

See Also