Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

RecentLabelItem.Style Property

Gets or sets this RecentLabelItem object’s size and appearance by selecting one of the embedded styles.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#Declaration

[DefaultValue(RecentLabelStyles.Medium)]
[DXCategory("Appearance")]
public virtual RecentLabelStyles Style { get; set; }

#Property Value

Type Default Description
DevExpress.XtraBars.Ribbon.RecentLabelStyles Medium

A DevExpress.XtraBars.Ribbon.RecentLabelStyles enumerator value that specifies this RecentLabelItem‘s style.

#Remarks

The Style property allows you to instantly select from three available RecentLabelItem sizes (small, medium and large) without the necessity to customize font settings, accessed through the RecentTextGlyphItemBase.Appearances property. Mixing labels of different styles gives you the ability to implement complex blocks with titles, sub-titles and regular text.

See Also