Specifies action that should be performed after a user changes the visible time range.
Namespace:
DayPilot.Web.UiAssembly: DayPilot (in DayPilot.dll) Version: 5.8.1956.0 (5.8.1956.0)
Syntax
| C# |
|---|
public UserActionHandling VisibleRangeChangedHandling { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property VisibleRangeChangedHandling As UserActionHandling |
| Visual C++ |
|---|
public: property UserActionHandling VisibleRangeChangedHandling { UserActionHandling get (); void set (UserActionHandling value); } |