Returns a value indicating whether the input form should show the label with the tag's description adjacent to the input control.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public virtual bool IsShowLabel()
Visual Basic
Public Overridable Function IsShowLabel As Boolean

Return Value

True if the label is to be shown, false otherwise.

See Also