Click or drag to resize
UniGridOptionsSelectionColumn Property
Name of the column used as an item in the array of selected rows which can be accessed through the SelectedItems property of the UniGrid. By default the first column in the data source is used.

Namespace: CMS.UIControls.UniGridConfig
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 8.2.23
Syntax
C#
public string SelectionColumn { get; set; }

Property Value

Type: String
See Also