C# Class Adf.Web.Styling.BusinessGridViewStyler

Represents a styler for a SmartView. Provides method to set the styles defined in the cascading style sheets to a SmartView.
Inheritance: IStyler
Afficher le fichier Open project: NLADP/ADF

Méthodes publiques

Méthode Description
SetStyle ( string style, string value ) : string
Style ( object target ) : void

Sets the CSS styles to the specified SmartView.

Method Details

SetStyle() public méthode

public SetStyle ( string style, string value ) : string
style string
value string
Résultat string

Style() public méthode

Sets the CSS styles to the specified SmartView.
public Style ( object target ) : void
target object The to give CSS styles to.
Résultat void