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.v24.1.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