Skip to main content

RibbonPageGroup.GetActualAlignment() Method

Gets whether this page group is actually aligned to the left or right relative to the ribbon.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public RibbonPageGroupAlignment GetActualAlignment()

Returns

Type Description
DevExpress.XtraBars.Ribbon.RibbonPageGroupAlignment

A DevExpress.XtraBars.Ribbon.RibbonPageGroupAlignment enumeration value that specifies the alignment.

See Also