Skip to main content
Bar

BarItemImageOptions.HasLargeImageUriImage Property

Returns whether or not this BarItemImageOptions has a context-dependent large image.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
public virtual bool HasLargeImageUriImage { get; }

Property Value

Type Description
Boolean

true if this BarItemImageOptions has a context-dependent large image; otherwise, false.

Property Paths

You can access this nested property as listed below:

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