[]
        
(Showing Draft Content)

C1.Win.C1GanttView.PaintDayEventArgs

PaintDayEventArgs Class

Provides data for PaintDay event.

Inheritance
PaintDayEventArgs
Namespace: C1.Win.C1GanttView
Assembly: C1.Win.C1GanttView.4.8.dll
Syntax
public class PaintDayEventArgs : EventArgs

Constructors

Name Description
PaintDayEventArgs()

Properties

Name Description
BackColor

Sets the BackColor for painting day.

Date

Gets the date of painting day.

DateTime

Gets the date and time of painting interval.

EndDateTime

Gets the end date and time (excluding) of painting interval.

ForeColor

The text color using to draw the header text (if the event is used to paint grid header).

Graphics

The Graphics object.

Rectangle

The Rectangle of painting interval.

Task

Gets the current BaseTask object.

Tier

ScaleTier header tier (if the event is used to paint grid header).