Back to Devexpress

IMenuItemInfo Properties

blazor-devexpress-dot-blazor-dot-imenuiteminfo-dot-underscore-properties.md

latest2.3 KB
Original Source

IMenuItemInfo Properties

Contains information about a menu item.

NameDescription
BeginGroupSpecifies whether an item separator is displayed before the menu item.
DataReturns the data source object to which the item is bound.
EnabledReturns a Boolean value that specifies whether the processed item is enabled.
IconCssClassReturns the CSS class of the item’s icon.
IconUrlReturns the URL of the item’s icon.
ItemsReturns a menu item’s children.
NameReturns the processed item’s name.
NavigateUrlReturns the navigation location for the item.
ParentReturns information about the Menu item’s parent.
PositionSpecifies the item’s alignment.
StretchedSpecifies whether to stretch a menu item so that it fills all available space in the menu container.
TargetReturns the item’s Target property value.
TextReturns the processed item’s text.
VisibleReturns a Boolean value that specifies whether the processed item is visible.

See Also

IMenuItemInfo Interface

IMenuItemInfo Members

DevExpress.Blazor Namespace