Property Name
Name
Gets or sets the identifying name of the object. The name provides a reference so that code-behind, such as event handler code, can refer to a markup object after it is constructed during processing by a UIXML processor.
public virtual string? Name { get; set; }
Property Value
- string
The name of the object. The default is
null
.