Click or drag to resize
TreeNodeHasAutomaticProperty Method
Returns true if the given column provides an automatic property to access it's binding.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 9.0.0
Syntax
C#
protected override bool HasAutomaticProperty(
	string columnName
)

Parameters

columnName
Type: SystemString
Column name

Return Value

Type: Boolean
See Also