Back to Devexpress

RibbonPageCategoryAlignment Enum

windowsforms-devexpress-dot-xtrabars-dot-ribbon-5ac8a6a4.md

latest1.5 KB
Original Source

RibbonPageCategoryAlignment Enum

Enumerates values that specify how custom page categories are aligned.

Namespace : DevExpress.XtraBars.Ribbon

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public enum RibbonPageCategoryAlignment
vb
Public Enum RibbonPageCategoryAlignment

Members

NameDescription
Default

The same as the RibbonPageCategoryAlignment.Left option.

| | Left |

Headers of contextual page categories are aligned to a RibbonControl’s left edge.

| | Right |

Headers of contextual page categories are aligned to a RibbonControl’s right edge.

|

The following properties accept/return RibbonPageCategoryAlignment values:

See Also

DevExpress.XtraBars.Ribbon Namespace