Skip to main content

CustomDrawDayNumberCellEventArgs(GraphicsCache, CalendarCellViewInfo, SkinElementInfo) Constructor

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

Namespace: DevExpress.XtraEditors.Calendar

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public CustomDrawDayNumberCellEventArgs(
    GraphicsCache cache,
    CalendarCellViewInfo viewInfo,
    SkinElementInfo backgroundInfo
)

Parameters

Name Type Description
cache GraphicsCache

Allows you to paint custom shapes on a cell surface.

viewInfo DevExpress.XtraEditors.Calendar.CalendarCellViewInfo

A value to initialize the CustomDrawDayNumberCellEventArgs.ViewInfo property.

backgroundInfo DevExpress.Skins.SkinElementInfo

A value to initialize the CustomDrawDayNumberCellEventArgs.BackgroundElementInfo property.

See Also