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.v24.2.dll
Declaration
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