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

Namespace: CMS.DocumentEngine.Web.UI.Configuration
Assembly: CMS.DocumentEngine.Web.UI (in CMS.DocumentEngine.Web.UI.dll) Version: 11.0.0
Syntax
C#
public bool IsEmpty()

Return Value

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