C# Class Adf.Web.UI.Styling.StyleHelper

Represents a utility class to give styles to a Control. Provides method to create and return a new System.Web.UI.WebControls.TableItemStyle with the specified CSS Class.
Datei anzeigen Open project: NLADP/ADF

Public Methods

Method Description
New ( string cssclass ) : System.Web.UI.WebControls.TableItemStyle

Creates and returns a new System.Web.UI.WebControls.TableItemStyle with the specified CSS Class.

Method Details

New() public static method

Creates and returns a new System.Web.UI.WebControls.TableItemStyle with the specified CSS Class.
public static New ( string cssclass ) : System.Web.UI.WebControls.TableItemStyle
cssclass string The CSS Class name which is set as the CSS Class of the /// newly created .
return System.Web.UI.WebControls.TableItemStyle