MindFusion.UI for WebForms Programmer's Guide

MenuItem.Name Property

See Also
 





Gets the type of the control.

Namespace: MindFusion.UI.Web
Assembly: MindFusion.UI.Web

 Syntax

C#  Copy Code

public string Name { get; }

Visual Basic  Copy Code

Public ReadOnly Property Name As String

 Property Value

Type: String
A string that specifies the id of the control.

 See Also