NextPrevFormat Enumeration
.NET Framework 2.0
Represents the display format for the previous and next month navigation controls within the Calendar.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
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.
Windows 98, Windows 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.
Community Additions
ADD
Show: