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

RecentButtonItem.Size Property

Gets or sets the custom RecentButtonItem size.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

[DXCategory("Layout")]
public Size Size { get; set; }

Property Value

Type Description
Size

A Size structure that is the custom size for this RecentButtonItem.

Remarks

The Size property value is ignored if the button is sized automatically. To disable this behavior, set the RecentButtonItem.AutoSize property to false.

See Also