Skip to main content
All docs
V23.2

VerticalSingleWeekCell(BaseHeaderAppearanceContainer, Boolean) Constructor

Initializes a new instance of the VerticalSingleWeekCell class with specified settings.

Namespace: DevExpress.XtraScheduler.Drawing

Assembly: DevExpress.XtraScheduler.v23.2.dll

NuGet Package: DevExpress.Win.Scheduler

Declaration

public VerticalSingleWeekCell(
    BaseHeaderAppearanceContainer headerAppearance,
    bool enhancedBorderCalculation
)

Parameters

Name Type
headerAppearance DevExpress.XtraScheduler.Drawing.BaseHeaderAppearanceContainer
enhancedBorderCalculation Boolean
See Also