Enum NavigationButtonAlignment
Specifies the alignment of the Navigation button in SfCalendar
Namespace: Syncfusion.WinForms.Input.Enums
Assembly: Syncfusion.SfInput.WinForms.dll
Syntax
public enum NavigationButtonAlignment
Fields
| Name | Description |
|---|---|
| Both | Up Navigation button is aligned at the Left and Down Navigation button is aligned at Right side relative to SfCalendar header. |
| Left | Navigation buttons are aligned at the Left side relative to SfCalendar header. |
| Right | Navigation buttons are aligned at the Right side relative to SfCalendar header. |