Skip to main content
A newer version of this page is available. .

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

Declaration

[Browsable(false)]
[DefaultValue(true)]
public bool ShowFeaturesIndicator { get; set; }

Property Value

Type Default Description
Boolean **true**

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.

FeaturesIndicator01.png

See Also