MindFusion.UI for WebForms Programmer's Guide

Menu.ItemCssClass Property

See Also
 





Gets or sets the default CSS class for menu items.

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

 Syntax

C#  Copy Code

public string ItemCssClass { get; set; }

Visual Basic  Copy Code

Public Property ItemCssClass As String

 Property Value

Type: String
A string specifying the name of the CSS class, which will be used as the common style for MenuItems. The default value is an empty string ("").

 See Also