Click or drag to resize
UniGridSelectedItems Property
Gets or sets selected items of UniGrid. Returns empty collection if hash validation fails.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 10.0.0
Syntax
C#
public List<string> SelectedItems { get; set; }

Property Value

Type: ListString
See Also