Click or drag to resize
MassActionsSelectedItemsClientID Property
Client ID of hidden input containing the selected items.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 10.0.0
Syntax
C#
public 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