Gets the key for this group.
Namespace: Kettic.AspNet.DataAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic Object Key { get; set; }
Public Property Key As Object
Get
Set
public:
virtual property Object^ Key {
Object^ get () sealed;
void set (Object^ value) sealed;
}
abstract Key : Object with get, set
override Key : Object with get, set
Property Value
Type:
ObjectThe key for this group.
Implements
IGroupKey
See Also