GridViewTemplate Constructor (ListItemType, UniGrid, UniGridActions, String, String, String, Page) |
Advanced constructor.
Namespace: CMS.UIControlsAssembly: CMS.UIControls (in CMS.UIControls.dll) Version: 13.0.131
Syntax public GridViewTemplate(
ListItemType type,
UniGrid uniGrid,
UniGridActions actionsConfig,
string colName,
string imageDirectoryPath,
string defaultImageDirectoryPath,
Page page
)
Parameters
- type
- Type: System.Web.UI.WebControlsListItemType
- uniGrid
- Type: CMS.UIControlsUniGrid
- actionsConfig
- Type: CMS.UIControls.UniGridConfigUniGridActions
- colName
- Type: SystemString
- imageDirectoryPath
- Type: SystemString
- defaultImageDirectoryPath
- Type: SystemString
- page
- Type: System.Web.UIPage
See Also