KaxListViewDataKeyNames Property |
Gets or sets an array of data-field names that will be used to
populate the
DataKeyValues collection, when the
KaxListViewcontrol is databinding.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax [TypeConverterAttribute(typeof(KaxListViewStringArrayConverter))]
public virtual string[] DataKeyNames { get; set; }
<TypeConverterAttribute(GetType(KaxListViewStringArrayConverter))>
Public Overridable Property DataKeyNames As String()
Get
Set
public:
[TypeConverterAttribute(typeof(KaxListViewStringArrayConverter))]
virtual property array<String^>^ DataKeyNames {
array<String^>^ get ();
void set (array<String^>^ value);
}
[<TypeConverterAttribute(typeof(KaxListViewStringArrayConverter))>]
abstract DataKeyNames : string[] with get, set
[<TypeConverterAttribute(typeof(KaxListViewStringArrayConverter))>]
override DataKeyNames : string[] with get, set
Property Value
Type:
StringSee Also