Gets or sets a value indicating whether the control generates an alternate text attribute for an empty string value.

Namespace:  C1.Web.UI.Controls.C1Gauge
Assembly:  C1.Web.UI.Controls.3 (in C1.Web.UI.Controls.3.dll)

Syntax

C#
[C1CategoryAttribute("Category.Behavior")]
[DefaultValueAttribute(false)]
public virtual bool GenerateEmptyAlternateText { get; set; }
Visual Basic (Declaration)
<C1CategoryAttribute("Category.Behavior")> _
<DefaultValueAttribute(False)> _
Public Overridable Property GenerateEmptyAlternateText As Boolean
	Get
	Set

See Also