Style::RegisteredCssClass Property
.NET Framework (current version)
Gets the cascading style sheet (CSS) class that is registered with the control.
Assembly: System.Web (in System.Web.dll)
public: [BrowsableAttribute(false)] property String^ RegisteredCssClass { String^ get(); }
Property Value
Type: System::String^The CSS class name with which the current instance was registered on the page.
Use the RegisteredCssClass property to retrieve the CSS class that is registered with the control.
A style is registered on the current page with a RegisterStyle method, which looks for a <head runat="server"> element on the page where the properties in the current instance are placed in an embedded style sheet, represented by a <style> element, under a class name unique to the associated control.
.NET Framework
Available since 2.0
Available since 2.0
Show: