Click or drag to resize
TreeNodeGetPropertyType Method
Returns the type of given property.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
protected override Type GetPropertyType(
	string columnName
)

Parameters

columnName
Type: SystemString
Property name

Return Value

Type: Type
See Also