ASPxSchedulerStorage Constructors
Represents a storage which holds data for the ASPxScheduler control.Name | Parameters | Description |
---|---|---|
ASPxSchedulerStorage() | none | Initializes a new instance of the ASPxSchedulerStorage class with the default settings. |
ASPxSchedulerStorage(ASPxScheduler) | control | Initializes a new instance of the ASPxSchedulerStorage class for the specified Scheduler control. |
ASPxSchedulerStorage(ASPxSchedulerDataWebControlBase) | control | Initializes a new instance of the ASPxSchedulerStorage class. |
See Also