Skip to main content
.NET 6.0+

PropertyEditor.GetUnderlyingType() Method

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

Namespace: DevExpress.ExpressApp.Editors

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

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