Back to Devexpress

BarItem.LargeGlyphDisabled Property

windowsforms-devexpress-dot-xtrabars-dot-baritem-e1ebcfcd.md

latest2.8 KB
Original Source

BarItem.LargeGlyphDisabled Property

Gets or sets the large image that corresponds to the item’s disabled state. This property is obsolete. Use the BarItem.ImageOptions.DisabledLargeImage property instead.

Namespace : DevExpress.XtraBars

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
public virtual Image LargeGlyphDisabled { get; set; }
vb
<Browsable(False)>
Public Overridable Property LargeGlyphDisabled As Image

Property Value

TypeDescription
Image

A Image object that represents the large image that will be displayed within the disabled item’s link(s).

|

Remarks

An item is disabled if its BarItem.Enabled property is set to false. In this instance, you can use the LargeGlyphDisabled property to specify the large image to be displayed within the item’s link(s).

The disabled item’s large image can also be specified using the BarItem.ImageOptions.DisabledLargeImageIndex property. You must assign the ImageList object to the BarManager’s BarManager.LargeImages property, and then use the BarItem.ImageOptions.DisabledLargeImageIndex property to specify the desired image.

If both the LargeGlyphDisabled and LargeImageIndexDisabled properties are specified, then the disabled item’s links display the image specified by the LargeGlyphDisabled property.

Note

See the BarItem.ImageOptions.LargeImageIndex topic, to learn which bar elements support large images.

See Also

ImageOptions

DisabledLargeImage

BarItem Class

BarItem Members

DevExpress.XtraBars Namespace