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

Inheritance: RockTemplateField, INotRowSelectedField
Afficher le fichier Open project: NewSpring/Rock Class Usage Examples

Méthodes publiques

Méthode 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 méthode

Initializes a new instance of the GroupPickerField class.
public GroupPickerField ( ) : System
Résultat System

Initialize() public méthode

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 .
Résultat bool

OnGroupSelect() public méthode

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

groupPickerFieldTemplate_GroupSelect() public méthode

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.
Résultat void