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

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

    Namespace: DevExpress.XtraScheduler.Drawing

    Assembly: DevExpress.XtraScheduler.v26.1.dll

    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