Back to Devexpress

RibbonPageGroup.ItemsLayout Property

windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-ribbonpagegroup-b94f65a9.md

latest2.5 KB
Original Source

RibbonPageGroup.ItemsLayout Property

Gets or sets the number of rows used to vertically arrange small items within the current RibbonPageGroup in the Office2007, Office2010 and Office2013 Ribbon styles (see RibbonControl.RibbonStyle).

Namespace : DevExpress.XtraBars.Ribbon

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(RibbonPageGroupItemsLayout.Default)]
[DXCategory("Layout")]
[XtraSerializableProperty]
public RibbonPageGroupItemsLayout ItemsLayout { get; set; }
vb
<DefaultValue(RibbonPageGroupItemsLayout.Default)>
<XtraSerializableProperty>
<DXCategory("Layout")>
Public Property ItemsLayout As RibbonPageGroupItemsLayout

Property Value

TypeDefaultDescription
RibbonPageGroupItemsLayoutDefault

The value that specifies the layout mode for small items within the current RibbonPageGroup.

|

Available values:

NameDescription
Default

The same as the RibbonPageGroupItemsLayout.ThreeRows option.

| | OneRow |

Small items are arranged in one row.

| | TwoRows |

Small items are arranged in two rows.

| | ThreeRows |

Small items are arranged in three rows.

|

See Also

BarItem.RibbonStyle

RibbonControl.RibbonStyle

RibbonPageGroup Class

RibbonPageGroup Members

DevExpress.XtraBars.Ribbon Namespace