DependencyViewInfo.Interval Property
Overrides the corresponding method of the base class to hide it.
Namespace: DevExpress.XtraScheduler.Drawing
Assembly: DevExpress.XtraScheduler.v24.1.dll
NuGet Package: DevExpress.Win.Scheduler
Declaration
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public override TimeInterval Interval { get; set; }
Property Value
Type | Description |
---|---|
TimeInterval | An TimeInterval.Empty value. |
See Also