C# Class Malevich._Default.OptionSection

Inheritance: System.Web.UI.WebControls.WebControl
Exibir arquivo 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_oe property

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

Description public_oe property

public string Description
return string

Header public_oe property

public string Header
return string