Click or drag to resize
AdvancedExportIsColumnAvailable Method
Determines whether UniGrid's info object contains given column.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 10.0.0
Syntax
C#
protected bool IsColumnAvailable(
	string field
)

Parameters

field
Type: SystemString
Column to check

Return Value

Type: Boolean
TRUE if column is available in info object (or object type is not used)
See Also