C# Класс 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.
Показать файл Открыть проект

Открытые методы

Метод Описание
New ( string cssclass ) : System.Web.UI.WebControls.TableItemStyle

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

Описание методов

New() публичный статический Метод

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 .
Результат System.Web.UI.WebControls.TableItemStyle