Метод | Описание | |
---|---|---|
SetVisible ( bool visible ) : void |
Sets the visible.
|
Метод | Описание | |
---|---|---|
BindLayoutBlocksGrid ( ) : void |
Binds the group members grid.
|
|
CreateConfigIcon ( string blockId ) : string |
Creates the block config icon.
|
|
DeleteBlock_Click ( object sender, Rock e ) : void |
Handles the Delete click event for the grid.
|
|
OnInit ( |
Raises the E:System.Web.UI.Control.Init event.
|
|
OnLoad ( |
Raises the E:System.Web.UI.Control.Load event.
|
|
gLayoutBlocks_GridRebind ( object sender, |
Handles the GridRebind event of the gLayoutBlocks control.
|
protected CreateConfigIcon ( string blockId ) : string | ||
blockId | string | |
Результат | string |
protected DeleteBlock_Click ( object sender, Rock e ) : void | ||
sender | object | The source of the event. |
e | Rock | The |
Результат | void |
protected OnInit ( |
||
e | An |
|
Результат | void |
protected OnLoad ( |
||
e | The |
|
Результат | void |
public SetVisible ( bool visible ) : void | ||
visible | bool | if set to |
Результат | void |
protected gLayoutBlocks_GridRebind ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
Результат | void |