ContentInnerMediaViewGridView_RowDataBound Method |
Item data bound handler for grid view
Namespace: CMS.UIControlsAssembly: CMS.UIControls (in CMS.UIControls.dll) Version: 13.0.131
Syntax protected void GridView_RowDataBound(
Object sender,
GridViewRowEventArgs e
)
Parameters
- sender
- Type: SystemObject
- e
- Type: System.Web.UI.WebControlsGridViewRowEventArgs
See Also