Class ScheduleGrid.ShowingAdvancedTooltipEventArgs
Provides data for the ShowingAdvancedToolTip event.
Inheritance
System.Object
ScheduleGrid.ShowingAdvancedTooltipEventArgs
Namespace: Syncfusion.Windows.Forms.Schedule
Assembly: Syncfusion.Schedule.Windows.dll
Syntax
public class ShowingAdvancedTooltipEventArgs : CancelEventArgs
Constructors
ShowingAdvancedTooltipEventArgs(IScheduleAppointment, String, Color, Color, Color)
Initializes a new instance of the ScheduleGrid.ShowingAdvancedTooltipEventArgs class.
Declaration
public ShowingAdvancedTooltipEventArgs(IScheduleAppointment item, string subject, Color categoryColor, Color ShowTimeColor, Color border)
Parameters
Type | Name | Description |
---|---|---|
IScheduleAppointment | item | |
System.String | subject | Display Text of subject Rectangle. |
System.Drawing.Color | categoryColor | Backcolor of Subject Rectangle. |
System.Drawing.Color | ShowTimeColor | Backcolor of Category Rectangle. |
System.Drawing.Color | border |
|
Properties
Appointment
Gets the appointment of the item.
Declaration
public IScheduleAppointment Appointment { get; }
Property Value
Type |
---|
IScheduleAppointment |
BorderColor
Gets or sets the BorderColor of ToolTip border color.
Declaration
public Color BorderColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
CategoryBackColor
Gets or sets the category backcolor.
Declaration
public Color CategoryBackColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
ShowTimeColor
Gets or sets the ShowTime Rectangle backcolor.
Declaration
public Color ShowTimeColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
Subject
Gets or sets the DisplayText of the Subject of ToolTip.
Declaration
public string Subject { get; set; }
Property Value
Type |
---|
System.String |