Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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

NuGet Package: DevExpress.Win.Scheduler

#Declaration

[Browsable(false)]
[DefaultValue(true)]
[EditorBrowsable(EditorBrowsableState.Never)]
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