Checks whether the current C1HyperlinkAttrs has all default values.

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

Syntax

C#
protected virtual bool IsDefault()
Visual Basic
Protected Overridable Function IsDefault As Boolean

Return Value

true if all properties on the current object have default values, false otherwise.

See Also