Skip to main content
All docs
V23.2

MonthSingleWeekCell(BaseHeaderAppearanceContainer, Boolean) Constructor

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

Namespace: DevExpress.XtraScheduler.Drawing

Assembly: DevExpress.XtraScheduler.v23.2.dll

NuGet Package: DevExpress.Win.Scheduler

Declaration

public MonthSingleWeekCell(
    BaseHeaderAppearanceContainer headerAppearance,
    bool enhancedBorderCalculation
)

Parameters

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