Class ItemOrientation
Defines the alignment of the items in the ribbon group.
Inheritance
System.Object
ItemOrientation
Namespace: Syncfusion.EJ2.Ribbon
Assembly: Syncfusion.EJ2.dll
Syntax
public sealed class ItemOrientation : Enum
Fields
Column
Displays the collection of items in column.
Declaration
public const ItemOrientation Column
Field Value
Type |
---|
ItemOrientation |
Row
Displays the collection of items in rows.
Declaration
public const ItemOrientation Row
Field Value
Type |
---|
ItemOrientation |