Click or drag to resize
KaxInputControlLabelCssClass Property
Gets or sets the CSS class applied to the tag rendered along with KaxInput control.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public virtual string LabelCssClass { get; set; }

Property Value

Type: String
A string used specifying the CSS class of the label of the control. The default value is empty string ("").
Remarks

This property is applicable only if the Label property has been set.

See Also