RecentLabelItem Class
A label item within the RecentItemControl.
Namespace: DevExpress.XtraBars.Ribbon
Assembly: DevExpress.XtraBars.v24.2.dll
Declaration
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
See Also