欧美bbbwbbbw肥妇,免费乱码人妻系列日韩,一级黄片

ASP.NET NextPrevFormat 屬性

定義和用法

NextPrevFormat 屬性用于規(guī)定日歷中下一月和上一月的鏈接的格式。

語(yǔ)法

<asp:Calendar NextPrevFormat="format" runat="server" />
屬性 描述
format

規(guī)定日歷中下一月和上一月的鏈接的格式。

可能的值:

  • ShortMonth
  • FullMonth
  • CustomText

實(shí)例

下面的例子顯示 NextPrevFormat 被設(shè)置為 "ShortMonth" 的日歷:

<form runat="server">
<asp:Calendar id="cal1" runat="server" NextPrevFormat="ShortMonth" />
</form>

實(shí)例

為 Calendar 控件設(shè)置 NextPrevFormat