RecentTextGlyphItemBase.GlyphDisabled Property
Gets or sets the glyph displayed by this item in its disabled state. This property is obsolete. Use the ImageOptions property instead.
Namespace: DevExpress.XtraBars.Ribbon
Assembly: DevExpress.XtraBars.v25.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
[Browsable(false)]
[DefaultValue(null)]
[EditorBrowsable(EditorBrowsableState.Never)]
public virtual Image GlyphDisabled { get; set; }
Property Value
Type | Default | Description |
---|---|---|
Image | null | An Image object that is the item icon displayed when this item is disabled. |
See Also