Back to Devexpress

RecentButtonItem.Orientation Property

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

latest2.1 KB
Original Source

RecentButtonItem.Orientation Property

Gets or sets the current RecentButtonItem orientation.

Namespace : DevExpress.XtraBars.Ribbon

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(Orientation.Horizontal)]
[DXCategory("Appearance")]
public Orientation Orientation { get; set; }
vb
<DefaultValue(Orientation.Horizontal)>
<DXCategory("Appearance")>
Public Property Orientation As Orientation

Property Value

TypeDefaultDescription
OrientationHorizontal

An Orientation enumerator value that specifies the current RecentButtonItem orientation.

|

Remarks

The Orientation property specifies whether this RecentButtonItem‘s image and caption should be arranged side-by-side (horizontal orientation), or the icon should be displayed above the caption (vertical orientation).

See Also

ImageOptions

Caption

Recent Item Control

RecentButtonItem Class

RecentButtonItem Members

DevExpress.XtraBars.Ribbon Namespace