AdvancedExportIsColumnAvailable Method |
Determines whether UniGrid's info object contains given column.
Namespace: CMS.UIControlsAssembly: CMS.UIControls (in CMS.UIControls.dll) Version: 8.2.23
Syntax protected bool IsColumnAvailable(
string field
)
Parameters
- field
- Type: SystemString
Column to check
Return Value
Type:
BooleanTRUE if column is available in info object (or object type is not used)
See Also