AgendaViewAppearance.ResourceHeaderCaption Property
Overrides the property of the base class to hide it. Not in use.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.1.dll
NuGet Package: DevExpress.Win.Scheduler
Declaration
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public AppearanceObject ResourceHeaderCaption { get; }
Property Value
Type | Description |
---|---|
AppearanceObject | Always null. |
See Also