Gets or sets the menu item's custom content.
Namespace: MindFusion.UI.Web Assembly: MindFusion.UI.Web
Syntax
C#
Copy Code
|
---|
public HtmlGenericControl Content { get; set; } |
Visual Basic
Copy Code
|
---|
Public Property Content As HtmlGenericControl |
Property Value
Type: HtmlGenericControl An instance of the System.Web.UI.HtmlControls.HtmlGenericControl class. Default value is null (Nothing in VB.NET).
See Also
|