Skip to main content

BaseDocument.ImageIndex Property

Gets or sets the index of an image within the DocumentManager.Images collection.

Namespace: DevExpress.XtraBars.Docking2010.Views

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
[DefaultValue(-1)]
[EditorBrowsable(EditorBrowsableState.Never)]
public int ImageIndex { get; set; }

Property Value

Type Default Description
Int32 -1

A zero-based index of an image in the DocumentManager.Images collection.

Remarks

See DocumentManager.Images to learn more.

See Also