StyleSheet
Wisej.Web.StyleSheet
Last updated
Was this helpful?
Wisej.Web.StyleSheet
Last updated
Was this helpful?
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.5.0.0)
Adds CSS styling to controls.
Initializes a new instance of the without a specified container.
Initializes a new instance of the class with a specified container.
container
Returns true if the StyleSheet extender can offer an extender property to the specified target component.
target
The target object to add an extender property to.
Removes all css classes.
Retrieves the CSS class name associated with the specified control.
control
Adds the CSS class name to the specified control.
control
cssClass
The CSS class name to add to the control.
All wisej components implement this interface.
Defines the interface for extending properties to other components in a container.
Allows an object to serialize itself.
An that represents the container of the extender.
: Returns or sets the CSS definitions managed by the extender.
: Returns or set the source of the CSS file containing the CSS definitions managed by the extender.
: Returns or sets the object that contains programmer-supplied data associated with the extender.
Returns: . true if the class can offer one or more extender properties; otherwise, false.
The for which to retrieve the CSS class name.
Returns: . The CSS class name added to the specified control.
The to add the CSS class name to.