Skip to main content

ObjectMember.IsProperty Property

Indidcates whether or not a member is a property.

Namespace: DevExpress.DataAccess.ObjectBinding

Assembly: DevExpress.DataAccess.v24.1.dll

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

Declaration

public bool IsProperty { get; }

Property Value

Type Description
Boolean

true, if a member is a property; otherwise, false.

See Also