InputBase<TValue>.CssClass Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a CSS class string that combines the class
attribute 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