Skip to main content
All docs
V25.1
  • TimelineView.ActualShowCellControls Property

    Indicates whether the Scheduler generates and displays CellControl instances.

    Namespace: DevExpress.Xpf.Scheduling

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

    NuGet Package: DevExpress.Wpf.Scheduling

    Declaration

    public bool ActualShowCellControls { get; }

    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.

    See Also