Back to Devexpress

RecentLabelItem Class

windowsforms-devexpress-dot-xtrabars-dot-ribbon-7ed98faf.md

latest2.4 KB
Original Source

RecentLabelItem Class

A label item within the RecentItemControl.

Namespace : DevExpress.XtraBars.Ribbon

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public class RecentLabelItem :
    RecentTextGlyphItemBase
vb
Public Class RecentLabelItem
    Inherits RecentTextGlyphItemBase

Remarks

Objects of the RecentLabelItem class can serve as both static elements that display a caption and image, and interactive elements that can be selected and support hover and pressed visual states. This behavior depends on the RecentLabelItem.AllowSelect property value. In the figure below, the ‘Documents’ element is a label that supports selection.

Labels provide multiple pre-defined styles than can be selected by using the RecentLabelItem.Style property.

See the Recent Item Control topic for more info.

Inheritance

Object MarshalByRefObject Component RecentItemBase RecentTextGlyphItemBase RecentLabelItem RecentHyperlinkItem

See Also

RecentLabelItem Members

Recent Item Control

DevExpress.XtraBars.Ribbon Namespace