Skip to main content

ObjectMember.MemberType Property

Obtains the type of the current member.

Namespace: DevExpress.DataAccess.ObjectBinding

Assembly: DevExpress.DataAccess.v23.2.dll

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

Declaration

public MemberTypes MemberType { get; }

Property Value

Type Description
MemberTypes

A MemberTypes value.

See Also