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

BarItemImageOptions.Item Property

Returns the BarItem that owns these image settings.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v22.1.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public BarItem Item { get; }

Property Value

Type Description
BarItem

The BarItem that owns these image settings.

Property Paths

You can access this nested property as listed below:

Object Type Path to Item
BarButtonItem
.ImageOptions .Item
BarItem
.ImageOptions .Item
BarItemLink
.ImageOptions .Item
See Also