alexa

    Show / Hide Table of Contents

    Class ScheduleGrid.AdvancedToolTip

    Implements the Tooltip in advanced mode for the ScheduleControl.

    Inheritance
    System.Object
    ScheduleGrid.AdvancedToolTip
    Namespace: Syncfusion.Windows.Forms.Schedule
    Assembly: Syncfusion.Schedule.Windows.dll
    Syntax
    public class AdvancedToolTip : ToolTip

    Constructors

    AdvancedToolTip()

    Initializes a new instance of the ScheduleGrid.AdvancedToolTip class.

    Declaration
    public AdvancedToolTip()

    Properties

    ArrowHead

    Gets or sets the arrow Head direction while showing the ToolTip.

    Declaration
    public ScheduleGrid.AdvancedToolTip.ArrowHeadDirection ArrowHead { get; set; }
    Property Value
    Type
    ScheduleGrid.AdvancedToolTip.ArrowHeadDirection

    CategoryColor

    Gets or sets the category color.

    Declaration
    public Color CategoryColor { get; set; }
    Property Value
    Type
    System.Drawing.Color

    Item

    Gets or sets the schedule appointment.

    Declaration
    public IScheduleAppointment Item { get; set; }
    Property Value
    Type
    IScheduleAppointment
    Back to top Generated by DocFX