AdvantageCMS.Core.Common.BaseClasses Namespace
Build With Advantage

GridDataKeyValue Class

One element of a row's primary key — pairs a key field name with the value that field holds for the clicked row. AdvantageGrid emits a List of these on every row event so handlers can identify the record under both single- and composite-key scenarios.

Namespace:  AdvantageCMS.Web.UI.Admin
Assembly:  AdvantageCMS.Web.UI (in AdvantageCMS.Web.UI.dll)

Syntax


[SerializableAttribute]
public class GridDataKeyValue

Remarks


XML-serialisable so DataKeyItems can persist the selected row's keys across postbacks.

Inheritance Hierarchy


Object
  AdvantageCMS.Web.UI.Admin..::..GridDataKeyValue