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