GridTableViewDataKeyValues Property |
Gets a collection of
DataKeyValue objects that represent the
data key value of the corresponding item (specified with its
ItemIndex) and the
DataKeyName
(case-sensitive!). The
DataKeyName should be one of the
specified in the
DataKeyNames array.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic virtual GridDataKeyArray DataKeyValues { get; }
Public Overridable ReadOnly Property DataKeyValues As GridDataKeyArray
Get
public:
virtual property GridDataKeyArray^ DataKeyValues {
GridDataKeyArray^ get ();
}
abstract DataKeyValues : GridDataKeyArray with get
override DataKeyValues : GridDataKeyArray with get
Property Value
Type:
GridDataKeyArray
See Also