Click or drag to resize
UITabItemIsEmpty Method
Checks TabItem for emptiness.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 10.0.0
Syntax
C#
public bool IsEmpty()

Return Value

Type: Boolean
TRUE if all fields are equal to null.
See Also