MassActionsSelectedItemsClientID Property |
Client ID of hidden input containing the selected items.
Namespace: CMS.UIControlsAssembly: CMS.UIControls (in CMS.UIControls.dll) Version: 13.0.131
Syntaxpublic string SelectedItemsClientID { get; set; }
Property Value
Type:
String
Remarks
Items are separated by pipe ('|'). UniGrid automatically creates this hidden field. Its ClientID can be obtained by
GetSelectionFieldClientID method.
See Also