NavElement Properties
Implements the common functionality of groups and items.Name | Description |
---|---|
AllowGlyphSkinning | Gets or sets 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 | Specifies the large image displayed within the element. |
LargeImageIndex | Specifies 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 | Gets or sets 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 | Specifies the small image displayed within the element. |
SmallImageIndex | Specifies 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 | Gets or sets 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