Skip to main content

ObjectMember.ReturnType Property

Obtains the return 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 Type ReturnType { get; }

Property Value

Type Description
Type

A Type value.

See Also