InputBase<TValue>.CssClass Property

Definition

Gets a CSS class string that combines the class attribute and and a string indicating the status of the field being edited (a combination of "modified", "valid", and "invalid"). Derived components should typically use this value for the primary HTML element's 'class' attribute.

protected:
 property System::String ^ CssClass { System::String ^ get(); };
protected string CssClass { get; }
member this.CssClass : string
Protected ReadOnly Property CssClass As String

Property Value

Applies to