Calendar.NextPrevFormat Property
Assembly: System.Web (in system.web.dll)
public: property NextPrevFormat NextPrevFormat { NextPrevFormat get (); void set (NextPrevFormat value); }
/** @property */ public NextPrevFormat get_NextPrevFormat () /** @property */ public void set_NextPrevFormat (NextPrevFormat value)
public function get NextPrevFormat () : NextPrevFormat public function set NextPrevFormat (value : NextPrevFormat)
Property Value
One of the NextPrevFormat values. The default value is CustomText.Use the NextPrevFormat property to specify the format for the next and previous month navigation elements on the Calendar control. This property is set with one of the NextPrevFormat enumeration values. You can specify whether the text for the navigation controls is displayed as the full month name, the short (abbreviated) month name, or custom text.
To specify custom navigation text, set this property to NextPrevFormat.CustomText and set the NextMonthText and PrevMonthText properties to the custom text.
This property applies only if the ShowNextPrevMonth property is set to true.
| Topic | Location |
|---|---|
| How to: Customize Calendar Web Server Control Appearance | Building ASP .NET Web Applications |
| How to: Customize Calendar Web Server Control Appearance | Building ASP .NET Web Applications |
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.