Skip to main content
A newer version of this page is available. .

NavBarItem Properties

An item within the NavBarControl control.
Name Description
AllowAutoSelect Gets or sets whether auto-selection is enabled for all links of the current NavBarItem. This property is in effect in the LinkSelectionModeType.OneInGroupAndAllowAutoSelect mode.
AllowGlyphSkinning Gets or sets whether the current NavElement‘s icon should be painted in this item’s foreground color. Inherited from NavElement.
AllowHtmlString Gets or sets whether the element’s caption is formatted using HTML tags. Inherited from NavElement.
Appearance Gets the appearance settings used to paint the element. Inherited from NavElement.
AppearanceDisabled Gets the appearance settings used to paint the disabled item’s link(s).
AppearanceHotTracked Gets the appearance settings used to paint the current element when it’s hot-tracked. Inherited from NavElement.
AppearancePressed Gets the appearance settings used to paint the element when it’s pressed. Inherited from NavElement.
CanDrag Gets or sets a value specifying whether an item can be dragged.
CanRaiseEvents protected Gets a value indicating whether the component can raise an event. Inherited from Component.
Caption Gets or sets the element’s caption. Inherited from NavElement.
Collection Gets the collection to which an item belongs.
Container Gets the IContainer that contains the Component. Inherited from Component.
DesignMode protected Gets a value that indicates whether the Component is currently in design mode. Inherited from Component.
Enabled Gets or sets a value specifying whether an item responds to user actions.
Events protected Gets the list of event handlers that are attached to this Component. Inherited from Component.
Hint Gets or sets the element’s hint text. Inherited from NavElement.
ImageOptions Provides access to settings that allow you to set up raster and vector icons for this NavElement. Inherited from NavElement.
ImageUri

Gets or sets the uniform resource identifier of the image in the DX Image Gallery displayed in the current NavElement. A specific version of the addressed image is automatically chosen, based on the app context (the current skin and required image size).

Inherited from NavElement.
LargeImage Specifies the large image displayed within the element. Inherited from NavElement.
LargeImageIndex Specifies the element’s large image by its index within the source image collection. Inherited from NavElement.
LargeImages Gets the source of the large images that can be displayed in the group headers and links. Inherited from NavElement.
LargeImageSize Gets or sets the size of the current NavElement‘s large image. Inherited from NavElement.
Links Gets the collection of links which refer to the item.
Name Gets or sets the item’s name. Inherited from ComponentCollectionItem.
NavBar Gets the control to which the element belongs. Inherited from NavElement.
Site Gets or sets the ISite of the Component. Inherited from Component.
SmallImage Specifies the small image displayed within the element. Inherited from NavElement.
SmallImageIndex Specifies the element’s small image by its index within the source image collection. Inherited from NavElement.
SmallImages Gets the source of the small images that can be displayed in the group headers and links. Inherited from NavElement.
SmallImageSize Gets or sets the size for the current NavElement‘s small image. Inherited from NavElement.
StyleDisabledName Gets or sets the item’s disabled style.
SuperTip Gets or sets a super tool-tip for the current NavElement. Inherited from NavElement.
Tag Gets or sets data associated with the element. Inherited from NavElement.
Visible Gets or sets a value specifying the visibility of the element. Inherited from NavElement.
See Also