Back to Devexpress

RecentButtonItem.AutoSize Property

windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-recentbuttonitem-5ed4273e.md

latest1.7 KB
Original Source

RecentButtonItem.AutoSize Property

Gets or sets whether or not this RecentButtonItem should be sized automatically.

Namespace : DevExpress.XtraBars.Ribbon

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(true)]
[DXCategory("Layout")]
public bool AutoSize { get; set; }
vb
<DefaultValue(True)>
<DXCategory("Layout")>
Public Property AutoSize As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true if this RecentButtonItem should be sized automatically; otherwise, false.

|

Remarks

If the AutoSize property is set to true , use the RecentButtonItem.Size property to set the button size manually.

See Also

Recent Item Control

RecentButtonItem Class

RecentButtonItem Members

DevExpress.XtraBars.Ribbon Namespace