Method | Description | |
---|---|---|
RenderCustomPickerActions ( System.Web.UI.HtmlTextWriter writer ) : void |
Render any additional picker actions
|
|
SetValue ( Group group ) : void |
Sets the value.
|
|
SetValues ( IEnumerable |
Sets the values.
|
|
_cbShowInactiveGroups_CheckedChanged ( object sender, |
Handles the CheckedChanged event of the _cbShowInactiveGroups control.
|
Method | Description | |
---|---|---|
CreateChildControls ( ) : void |
Called by the ASP.NET page framework to notify server controls that use composition-based implementation to create any child controls they contain in preparation for posting back or rendering.
|
|
OnInit ( |
Raises the E:System.Web.UI.Control.Init event.
|
|
SetValueOnSelect ( ) : void |
Sets the value on select.
|
|
SetValuesOnSelect ( ) : void |
Sets the values on select.
|
Method | Description | |
---|---|---|
GetGroupAncestorsIdList ( Group group, List |
Returns a list of the ancestor Groups of the specified Group. If the ParentGroup property of the Group is not populated, it is assumed to be a top-level node.
|
|
SetExtraRestParams ( bool includeInactiveGroups = false ) : void |
Sets the extra rest parameters.
|
protected OnInit ( |
||
e | An |
|
return | void |
public RenderCustomPickerActions ( System.Web.UI.HtmlTextWriter writer ) : void | ||
writer | System.Web.UI.HtmlTextWriter | The writer. |
return | void |
public SetValues ( IEnumerable |
||
groups | IEnumerable |
The groups. |
return | void |
public _cbShowInactiveGroups_CheckedChanged ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |