Click or drag to resize
UniGridNewlySelectedItems Property
Gets newly selected items from UniGrid.

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

Property Value

Type: ListString
See Also