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.1.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.
See Also