Click or drag to resize
UniGrid.DeselectedItems Property
Gets deselected items from UniGrid.

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

Property Value

Type: List<String>
See Also