Back to Devexpress

SchedulerControl.ShowFeaturesIndicator Property

windowsforms-devexpress-dot-xtrascheduler-dot-schedulercontrol-17039840.md

latest1.8 KB
Original Source

SchedulerControl.ShowFeaturesIndicator Property

Gets or sets a value indicating if the Features Indicator should be drawn over the Scheduler Control at design time.

Namespace : DevExpress.XtraScheduler

Assembly : DevExpress.XtraScheduler.v25.2.dll

NuGet Package : DevExpress.Win.Scheduler

Declaration

csharp
[Browsable(false)]
[DefaultValue(true)]
[EditorBrowsable(EditorBrowsableState.Never)]
public bool ShowFeaturesIndicator { get; set; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
<DefaultValue(True)>
Public Property ShowFeaturesIndicator As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true to show the Features Indicator at design-time; otherwise, false.

|

Remarks

The Features Indicator shows some basic information about the Scheduler Control which can be useful when adjusting its properties. It’s drawn immediately above the Scheduler Control at design time, but it is hidden at runtime, and is intended for development purposes only. A common appearance of the indicator window is shown in the image below.

See Also

SchedulerControl Class

SchedulerControl Members

DevExpress.XtraScheduler Namespace