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
Datei anzeigen Open project: NLADP/ADF

Public Methods

Method Description
SetStyle ( string style, string value ) : string
Style ( object target ) : void

Sets the CSS styles to the specified SmartView.

Method Details

SetStyle() public method

public SetStyle ( string style, string value ) : string
style string
value string
return string

Style() public method

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