Class GroupViewOrientation
Specifies the layout orientation for items in a GroupView control.
Inheritance
System.Object
GroupViewOrientation
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Shared.Base.dll
Syntax
public sealed class GroupViewOrientation : Enum
Fields
Horizontal
Items are arranged horizontally.
Declaration
public const GroupViewOrientation Horizontal
Field Value
| Type |
|---|
| GroupViewOrientation |
Vertical
Items are arranged vertically.
Declaration
public const GroupViewOrientation Vertical
Field Value
| Type |
|---|
| GroupViewOrientation |