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
Declaration
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public override Resource Resource { get; set; }
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Overrides Property Resource As Resource
Property Value
Type | Description |
---|---|
Resource | A ResourceEmpty.Resource value. |
See Also
Feedback