Back to Devexpress

TimelineView.ActualShowCellControls Property

wpf-devexpress-dot-xpf-dot-scheduling-dot-timelineview-b9bb0b93.md

latest1.8 KB
Original Source

TimelineView.ActualShowCellControls Property

Indicates whether the Scheduler generates and displays CellControl instances.

Namespace : DevExpress.Xpf.Scheduling

Assembly : DevExpress.Xpf.Scheduling.v25.2.dll

NuGet Package : DevExpress.Wpf.Scheduling

Declaration

csharp
public bool ActualShowCellControls { get; }
vb
Public ReadOnly Property ActualShowCellControls As Boolean

Property Value

TypeDescription
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.

See Also

TimelineView Class

TimelineView Members

DevExpress.Xpf.Scheduling Namespace