Skip to main content
All docs
V25.1
  • MonthSingleWeekCell(BaseHeaderAppearanceContainer, Boolean, TimeCellHighlightMode) Constructor

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

    Namespace: DevExpress.XtraScheduler.Drawing

    Assembly: DevExpress.XtraScheduler.v25.1.dll

    NuGet Package: DevExpress.Win.Scheduler

    Declaration

    public MonthSingleWeekCell(
        BaseHeaderAppearanceContainer headerAppearance,
        bool enhancedBorderCalculation,
        TimeCellHighlightMode mode
    )

    Parameters

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