System.Web.UI.WebControls.NextPrevFormat Enumeration

Represents the display format for the previous and next month navigation controls within the System.Web.UI.WebControls.Calendar.

Syntax

public enum NextPrevFormat

Remarks

The System.Web.UI.WebControls.NextPrevFormat enumeration represents the different styles for the next and previous month buttons on the System.Web.UI.WebControls.Calendar.

NextPrevFormat.CustomText allows the programmer to specify custom text for the navigation controls.

NextPrevFormat.ShortMonth displays a three-letter abbreviation for the month.

NextPrevFormat.FullMonth displays the entire month name.

Members

Member NameDescription
CustomText

Custom text format for the month navigation controls on the System.Web.UI.WebControls.Calendar.

FullMonth

Full month name format for the month navigation controls on the System.Web.UI.WebControls.Calendar. For example, "January".

ShortMonth

Abbreviated month name format for the month navigation controls on the System.Web.UI.WebControls.Calendar. For example, "Jan".

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0