NextPrevFormat Enumeration

 

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)

public enum class NextPrevFormat

Member nameDescription
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.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 1.1
Return to top
Show: