C# Class Malevich._Default.OptionSection

Inheritance: System.Web.UI.WebControls.WebControl
Show file Open project: daptiv/Malevich

Public Properties

Property Type Description
Body System.Web.UI.WebControls.WebControl
Description string
Header string

Public Methods

Method Description
AddTo ( Control ctrl ) : OptionSection
OptionSection ( bool collapsed = true ) : System

Protected Methods

Method Description
OnLoad ( EventArgs e ) : void

Method Details

AddTo() public method

public AddTo ( Control ctrl ) : OptionSection
ctrl System.Web.UI.Control
return OptionSection

OnLoad() protected method

protected OnLoad ( EventArgs e ) : void
e System.EventArgs
return void

OptionSection() public method

public OptionSection ( bool collapsed = true ) : System
collapsed bool
return System

Property Details

Body public property

public WebControl,System.Web.UI.WebControls Body
return System.Web.UI.WebControls.WebControl

Description public property

public string Description
return string

Header public property

public string Header
return string