Skip to main content
A newer version of this page is available. .

RecentLabelItem Class

A label item within the RecentItemControl.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

public class RecentLabelItem :
    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.

RecentItemControl - Label Items

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.

See Also