Skip to main content

UnboundSourceProperty(String, Type) Constructor

Initializes a new instance of the UnboundSourceProperty class.

Namespace: DevExpress.Data

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

public UnboundSourceProperty(
    string name,
    Type propertyType
)

Parameters

Name Type Description
name String

A string that is the property name.

propertyType Type

A Type object specifying the property type.

See Also