GroupHeaderCommandEventArgs Properties
Provides data for the events whose functionality relates to processing the Command event fired by a child control within a templated group header.| Name | Description |
|---|---|
| CommandArgument | Gets the argument for the command. Inherited from CommandEventArgs. |
| CommandName | Gets the name of the command. Inherited from CommandEventArgs. |
| CommandSource | Gets an object representing a control which forced a postback. |
| GroupValue | Gets the value of the group to which the processed header belongs. |
See Also