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

BarItemImageOptions.LargeImageIndex Property

Gets or sets the index of the large image in the image source collection.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

[DefaultValue(-1)]
[DXCategory("Appearance")]
[ImageList("LargeImages")]
[SmartTagProperty("Large Image Index", "Image", 4, SmartTagActionType.RefreshAfterExecute)]
public virtual int LargeImageIndex { get; set; }

Property Value

Type Default Description
Int32 -1

An integer value that specifies the zero-based index of the large image in the image source collection.

Property Paths

You can access this nested property as listed below:

Show 36 property paths
Object Type Path to LargeImageIndex
BarBaseButtonItem
.ImageOptions.LargeImageIndex
BarBaseButtonItemLink
.ImageOptions.LargeImageIndex
BarButtonGroup
.ImageOptions.LargeImageIndex
BarButtonGroupLink
.ImageOptions.LargeImageIndex
BarButtonItem
.ImageOptions.LargeImageIndex
BarButtonItemLink
.ImageOptions.LargeImageIndex
BarCheckItem
.ImageOptions.LargeImageIndex
BarCheckItemLink
.ImageOptions.LargeImageIndex
BarCustomContainerItem
.ImageOptions.LargeImageIndex
BarCustomContainerItemLink
.ImageOptions.LargeImageIndex
BarDockingMenuItem
.ImageOptions.LargeImageIndex
BarDockingMenuItemLink
.ImageOptions.LargeImageIndex
BarEditItem
.ImageOptions.LargeImageIndex
BarEditItemLink
.ImageOptions.LargeImageIndex
BarHeaderItem
.ImageOptions.LargeImageIndex
BarHeaderItemLink
.ImageOptions.LargeImageIndex
BarItem
.ImageOptions.LargeImageIndex
BarItemLink
.ImageOptions.LargeImageIndex
BarLargeButtonItem
.ImageOptions.LargeImageIndex
BarLargeButtonItemLink
.ImageOptions.LargeImageIndex
BarLinkContainerItem
.ImageOptions.LargeImageIndex
BarLinkContainerItemLink
.ImageOptions.LargeImageIndex
BarListItem
.ImageOptions.LargeImageIndex
BarListItemLink
.ImageOptions.LargeImageIndex
BarMdiChildrenListItem
.ImageOptions.LargeImageIndex
BarMdiChildrenListItemLink
.ImageOptions.LargeImageIndex
BarStaticItem
.ImageOptions.LargeImageIndex
BarStaticItemLink
.ImageOptions.LargeImageIndex
BarSubItem
.ImageOptions.LargeImageIndex
BarSubItemLink
.ImageOptions.LargeImageIndex
BarToggleSwitchItem
.ImageOptions.LargeImageIndex
BarToggleSwitchItemLink
.ImageOptions.LargeImageIndex
BarToolbarsListItem
.ImageOptions.LargeImageIndex
BarToolbarsListItemLink
.ImageOptions.LargeImageIndex
RibbonGalleryBarItem
.ImageOptions.LargeImageIndex
RibbonGalleryBarItemLink
.ImageOptions.LargeImageIndex

Remarks

For details, see the BarItem.LargeImageIndex property which is equivalent to the current setting.

See Also