PropertyEditor.GetUnderlyingType() Method
Specifies the underlying type of the property represented by the current Property Editor.
Namespace: DevExpress.ExpressApp.Editors
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
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