NextPrevFormat Enumeration
.NET Framework (current version)
Represents the display format for the previous and next month navigation controls within the Calendar.
Assembly: System.Web (in System.Web.dll)
| Member name | Description | |
|---|---|---|
| CustomText | Custom text format for the month navigation controls on the Calendar. | |
| FullMonth | Full month name format for the month navigation controls on the Calendar. For example, "January". | |
| ShortMonth | Abbreviated month name format for the month navigation controls on the Calendar. For example, "Jan". |
The NextPrevFormat enumeration represents the different styles for the next and previous month buttons on the Calendar.
CustomText allows the programmer to specify custom text for the navigation controls.
ShortMonth displays a three-letter abbreviation for the month.
FullMonth displays the entire month name.
.NET Framework
Available since 1.1
Available since 1.1
Show: