Skip to main content
All docs
V24.1
Bar

BarCheckItemImageOptions.CheckedImageIndex Property

Gets or sets the index of the image displayed for the checked state.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v24.1.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DefaultValue(-1)]
[DXCategory("Appearance")]
[ImageList("Images")]
public virtual int CheckedImageIndex { get; set; }

Property Value

Type Default Description
Int32 -1

The index of the image displayed for the checked state.

Property Paths

You can access this nested property as listed below:

Object Type Path to CheckedImageIndex
BarCheckItem
.ImageOptions .CheckedImageIndex
BarCheckItemLink
.ImageOptions .CheckedImageIndex

Remarks

The CheckedImageIndex property obtains an image from the parent control’s Images collection by its index.

See Also