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

NavElement.LargeImages Property

Gets the source of the large images that can be displayed in the group headers and links.

Namespace: DevExpress.XtraNavBar

Assembly: DevExpress.XtraNavBar.v19.1.dll

Declaration

[Browsable(false)]
public object LargeImages { get; }

Property Value

Type Description
Object

A ImageList object which provides the large images for group headers and links.

Remarks

This property returns the image list assigned to the NavBarControl’s NavBarControl.LargeImages property.

See Also