Gets or sets the identifying name of the element. The name provides a reference so that code-behind, such as event handler code, can refer to a markup element after it is constructed during processing by a XAML processor.
Syntax
'Declaration
Public Property Name As String
public string Name {get; set;}
Property Value
The name of the element. The default is an empty string.
See Also