TimeIndicatorDisplayOptions.Assign(BaseOptions) Method
Copies all settings of the TimeIndicatorDisplayOptions object passed as a parameter to the current object.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.1.dll
NuGet Package: DevExpress.Win.Scheduler
Declaration
Parameters
Name | Type | Description |
---|---|---|
options | BaseOptions | An TimeIndicatorDisplayOptions object whose settings are assigned to the current object. |
See Also