A newer version of this page is available.
Switch to the current version.
RecentLabelItem Class
A label item within the RecentItemControl.
Namespace: DevExpress.XtraBars.Ribbon
Assembly: DevExpress.XtraBars.v19.1.dll
Declaration
public class RecentLabelItem :
RecentTextGlyphItemBase
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
See Also
Feedback