Property | Type | Description | |
---|---|---|---|
ButtonCssClass | string | ||
ControlCellStyle | string | ||
LabelCellStyle | string | ||
LabelStyle | string | ||
Optional | bool | ||
PanelStyle | string | ||
RowStyle | string |
Property | Type | Description | |
---|---|---|---|
editable | bool | ||
panelItems | List |
Property | Type | Description |
---|
Method | Description | |
---|---|---|
Add ( IPanelItem panelItem ) : void |
Adds the specified Adf.Web.UI.IPanelItem object to the end of the list.
|
|
CreateButton ( string label, bool visible = true, bool enabled = true ) : |
Method | Description | |
---|---|---|
CreateChildControls ( ) : void |
Create the control hierarchy used to render the Adf.Web.UI.SmartPanel control.
|
|
Render ( System.Web.UI.HtmlTextWriter writer ) : void |
Initializes the System.Web.UI.HtmlTextWriter object and calls on the child controls of the Adf.Web.UI.SmartPanel to render.
|
public Add ( IPanelItem panelItem ) : void | ||
panelItem | IPanelItem | The |
return | void |
public CreateButton ( string label, bool visible = true, bool enabled = true ) : |
||
label | string | |
visible | bool | |
enabled | bool | |
return |
protected Render ( System.Web.UI.HtmlTextWriter writer ) : void | ||
writer | System.Web.UI.HtmlTextWriter | The |
return | void |