Skip to main content
A newer version of this page is available. .

DependencyViewInfo.Interval Property

Overrides the corresponding method of the base class to hide it.

Namespace: DevExpress.XtraScheduler.Drawing

Assembly: DevExpress.XtraScheduler.v19.2.dll

Declaration

[Browsable(false)]
public override TimeInterval Interval { get; set; }

Property Value

Type Description
TimeInterval

An TimeInterval.Empty value.

See Also