C# Class Serenity.ComponentModel.CssClassAttribute

Sets the CSS class for columns and form fields. In forms, class is added to container div with .field class that contains both label and editor. For columns, it sets cssClass property of SlickColumn, which adds this class to slick cells for all rows. Slick column headers are not affected by this attribute, use HeaderCssClass for that.
Inheritance: System.Attribute
Afficher le fichier Open project: volkanceylan/Serenity

Méthodes publiques

Méthode Description
CssClassAttribute ( string cssClass ) : System

Method Details

CssClassAttribute() public méthode

public CssClassAttribute ( string cssClass ) : System
cssClass string
Résultat System