TimelineView.ActualShowCellControls Property
Indicates whether the Scheduler generates and displays CellControl instances.
Namespace: DevExpress.Xpf.Scheduling
Assembly: DevExpress.Xpf.Scheduling.v24.1.dll
NuGet Package: DevExpress.Wpf.Scheduling
Declaration
Property Value
Type | Description |
---|---|
Boolean | true, if the Scheduler generates and displays CellControl instances; otherwise, false. By default, false. |
Remarks
The ShowCellControls property specifies whether to generate and display CellControl instances. This option is disabled by default to improve performance. When you define custom CellStyle, CellContentTemplate, or CellContentTemplateSelector, the ActualShowCellControls property returns true regardless of the ShowCellControls value.
Note
The ViewportInterval property is not in effect if the ViewMode property is set to Legacy.