Class NavigationItem
Represents a navigation item.
public class NavigationItem
- Inheritance
-
objectNavigationItem
- Extension Methods
Properties
Disabled
Indicates if navigation item is disabled.
public virtual bool Disabled { get; set; }
Property Value
- bool
Icon
Navigation item icon.
public string Icon { get; set; }
Property Value
- string
InactiveMessage
Specifies tooltip displayed when navigation item is disabled.
public virtual string InactiveMessage { get; set; }
Property Value
- string
Label
Navigation item label.
public string Label { get; set; }
Property Value
- string
Path
Navigation item path.
public string Path { get; set; }
Property Value
- string