In This Article

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

string:

A string that uniquely identifies the control.