Skip to main content

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.v23.2.dll

NuGet Packages: DevExpress.Win, DevExpress.Win.Navigation

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