Method | Description | |
---|---|---|
GroupPickerField ( ) : System |
Initializes a new instance of the GroupPickerField class.
|
|
Initialize ( bool sortingEnabled, |
Performs basic instance initialization for a data control field.
|
|
OnGroupSelect ( |
Raises the E:GroupSelect event.
|
|
groupPickerFieldTemplate_GroupSelect ( object sender, |
Handles the GroupSelect event of the groupPickerFieldTemplate control.
|
public Initialize ( bool sortingEnabled, |
||
sortingEnabled | bool | A value that indicates whether the control supports the sorting of columns of data. |
control | The data control that owns the |
|
return | bool |
public OnGroupSelect ( |
||
e | The |
|
return | void |
public groupPickerFieldTemplate_GroupSelect ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |