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.v18.2.dll

Declaration

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

Property Value

Type Description
Resource

A ResourceEmpty.Resource value.

See Also