Calendar.NextPrevStyle Property
.NET Framework 3.0
Gets the style properties for the next and previous month navigation elements.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
/** @property */ public TableItemStyle get_NextPrevStyle ()
public function get NextPrevStyle () : TableItemStyle
Not applicable.
Property Value
The style properties for the next and previous month navigation elements. The default value is an empty TableItemStyle.Use this property to specify the style for the next and previous month navigation elements. For more information on the different style properties that can be controlled, see TableItemStyle.
This property applies only if the ShowNextPrevMonth property is set to true.
Community Additions
ADD
Show: