Skip to main content
A newer version of this page is available. .

PropertyEditor.GetUnderlyingType() Method

Specifies the underlying type of the property represented by the current Property Editor.

Namespace: DevExpress.ExpressApp.Editors

Assembly: DevExpress.ExpressApp.v18.2.dll

Declaration

public Type GetUnderlyingType()

Returns

Type Description
Type

A Type object representing the underlying type of the property represented by the current Property Editor.

Remarks

If the Property Editor is bound to a nullable type property, the GetUnderlyingType property returns the underlying type argument of the nullable type. Otherwise, the property’s type is returned.

See Also