Class NavigationButtonAlignment
Specifies the alignment of the Navigation button in SfCalendar
Inheritance
System.Object
NavigationButtonAlignment
Namespace: Syncfusion.WinForms.Input.Enums
Assembly: Syncfusion.SfInput.WinForms.dll
Syntax
public sealed class NavigationButtonAlignment : Enum
Fields
Both
Up Navigation button is aligned at the Left and Down Navigation button is aligned at Right side relative to SfCalendar header.
Declaration
public const NavigationButtonAlignment Both
Field Value
| Type |
|---|
| NavigationButtonAlignment |
Left
Navigation buttons are aligned at the Left side relative to SfCalendar header.
Declaration
public const NavigationButtonAlignment Left
Field Value
| Type |
|---|
| NavigationButtonAlignment |
Right
Navigation buttons are aligned at the Right side relative to SfCalendar header.
Declaration
public const NavigationButtonAlignment Right
Field Value
| Type |
|---|
| NavigationButtonAlignment |