KaxInputControlLabelCssClass Property |
Gets or sets the CSS class applied to the tag rendered along with KaxInput
control.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax public virtual string LabelCssClass { get; set; }
Public Overridable Property LabelCssClass As String
Get
Set
public:
virtual property String^ LabelCssClass {
String^ get ();
void set (String^ value);
}
abstract LabelCssClass : string with get, set
override LabelCssClass : string with 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