KaxListBoxDataKeys Property |
Gets a DataKeyCollection object that stores the key values of each record.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic virtual DataKeyCollection DataKeys { get; }
Public Overridable ReadOnly Property DataKeys As DataKeyCollection
Get
public:
virtual property DataKeyCollection^ DataKeys {
DataKeyCollection^ get ();
}
abstract DataKeys : DataKeyCollection with get
override DataKeys : DataKeyCollection with get
Property Value
Type:
DataKeyCollectionThe data keys.
Remarks
The DataKeys property is populated after databinding if the
DataKeyField property is set.
See Also