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

DependencyViewInfo.Resource Property

Overrides the corresponding value of the base class to hide it. Always returns an empty resource.

Namespace: DevExpress.XtraScheduler.Drawing

Assembly: DevExpress.XtraScheduler.v20.2.dll

NuGet Package: DevExpress.Win.Scheduler

Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public override Resource Resource { get; set; }

Property Value

Type Description
Resource

A ResourceEmpty.Resource value.

See Also