IHasKey Interface
Provides the base requirements for a control that has a Key property.
public interface IHasKey
Properties
Key
Gets a string that uniquely identifies the control.
string Key { get; }
Property Value
- System.String:
A string that uniquely identifies the control.