Table of Contents

Property Name

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

Name

Gets or sets the identifying name of the control. The name provides a reference so that code-behind, such as event handler code, can refer to a markup control after it is constructed during processing by a UIXML processor.

public string? Name { get; set; }

Property Value

string

The name of the control. The default is null.