BarItemImageOptions.Item Property
Returns the BarItem that owns these image settings.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.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 |
|
BarItem |
|
BarItemLink |
|
See Also