Skip to main content

ObjectMember.HasParams Property

Indicates whether or not a member is a method with parameters.

Namespace: DevExpress.DataAccess.ObjectBinding

Assembly: DevExpress.DataAccess.v23.2.dll

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

Declaration

public bool HasParams { get; }

Property Value

Type Description
Boolean

true, if a member is a method with parameters; otherwise, false.

See Also