AutoPostBackOnVisibleMonthChanged Property

WebControls UltimateCalendar

UltimateCalendar Class Library

UltimateCalendar.AutoPostBackOnVisibleMonthChanged Property

Gets or sets whether the control does auto postback on visible month changed.

[Visual Basic] Public Property AutoPostBackOnVisibleMonthChanged As Boolean
[C#]
public bool AutoPostBackOnVisibleMonthChanged {get; set;}

Property Value

Indicates whether the control does auto postback on visible month changed. The default value is false.

Remarks

Use this property to get or set whether the control does auto postback on visible month changed. When AutoPostBackOnVisibleMonthChanged is set to false, the visible month change is handled on the client-side rather than auto postback.

See Also

UltimateCalendar Class | Karamasoft.WebControls.UltimateCalendar Namespace