Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

NavElement Properties
Show Inherited Hide Inherited

Implements the common functionality of groups and items.
Name Description
AllowGlyphSkinning Use the AllowGlyphSkinning option accessible in NavElement.ImageOptions to specify whether the current NavElement‘s icon should be painted in this item’s foreground color.
AllowHtmlString Gets or sets whether the element’s caption is formatted using HTML tags.
Appearance Gets the appearance settings used to paint the element.
AppearanceHotTracked Gets the appearance settings used to paint the current element when it’s hot-tracked.
AppearancePressed Gets the appearance settings used to paint the element when it’s pressed.
CanRaiseEvents protected Gets a value indicating whether the component can raise an event. Inherited from Component.
Caption Gets or sets the element’s caption.
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.
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.
ImageOptions Provides access to settings that allow you to set up raster and vector icons for this 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).

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