MonthSingleWeekCell(BaseHeaderAppearanceContainer, Boolean, TimeCellHighlightMode) Constructor
Initializes a new instance of the MonthSingleWeekCell class with specified settings.
Namespace: DevExpress.XtraScheduler.Drawing
Assembly: DevExpress.XtraScheduler.v24.2.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