AutoPostBackOnSelectionChanged Property

WebControls UltimateCalendar

UltimateCalendar Class Library

UltimateCalendar.AutoPostBackOnSelectionChanged Property

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

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

Property Value

Indicates whether the control does auto postback on selection changed. The default value is true.

Remarks

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

See Also

UltimateCalendar Class | Karamasoft.WebControls.UltimateCalendar Namespace