Skip to main content

ObjectMember.Parameters Property

Obtains a collection of constructor parameters.

Namespace: DevExpress.DataAccess.ObjectBinding

Assembly: DevExpress.DataAccess.v23.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

Declaration

public string Parameters { get; }

Property Value

Type Description
String

A collection of Parameter values, specifying parameters to be passed to an object constructor.

See Also