C# Class Rock.Web.UI.Controls.GroupPickerField

Inheritance: RockTemplateField, INotRowSelectedField
显示文件 Open project: NewSpring/Rock Class Usage Examples

Public Methods

Method Description
GroupPickerField ( ) : System

Initializes a new instance of the GroupPickerField class.

Initialize ( bool sortingEnabled, Control control ) : bool

Performs basic instance initialization for a data control field.

OnGroupSelect ( GroupPickerRowEventArgs e ) : void

Raises the E:GroupSelect event.

groupPickerFieldTemplate_GroupSelect ( object sender, GroupPickerRowEventArgs e ) : void

Handles the GroupSelect event of the groupPickerFieldTemplate control.

Method Details

GroupPickerField() public method

Initializes a new instance of the GroupPickerField class.
public GroupPickerField ( ) : System
return System

Initialize() public method

Performs basic instance initialization for a data control field.
public Initialize ( bool sortingEnabled, Control control ) : bool
sortingEnabled bool A value that indicates whether the control supports the sorting of columns of data.
control System.Web.UI.Control The data control that owns the .
return bool

OnGroupSelect() public method

Raises the E:GroupSelect event.
public OnGroupSelect ( GroupPickerRowEventArgs e ) : void
e GroupPickerRowEventArgs The instance containing the event data.
return void

groupPickerFieldTemplate_GroupSelect() public method

Handles the GroupSelect event of the groupPickerFieldTemplate control.
public groupPickerFieldTemplate_GroupSelect ( object sender, GroupPickerRowEventArgs e ) : void
sender object The source of the event.
e GroupPickerRowEventArgs The instance containing the event data.
return void