Class ToolTipOpeningEventArgs
Provides data for the ToolTipOpening event of the SfCalendar control.
Inheritance
Inherited Members
Namespace: Syncfusion.WinForms.Input.Events
Assembly: Syncfusion.SfInput.WinForms.dll
Syntax
public class ToolTipOpeningEventArgs
Constructors
ToolTipOpeningEventArgs(ToolTipInfo, Nullable<DateTime>, Int32, Int32, Boolean, Boolean, Boolean, Boolean, CalendarViewType)
Initializes a new instance of the ToolTipOpeningEventArgs class.
Declaration
public ToolTipOpeningEventArgs(ToolTipInfo tooltipinfo, DateTime? date, int row, int column, bool isSpecialDate, bool isBlackoutDate, bool isTrailingDate, bool handle, CalendarViewType viewtype)
Parameters
Type | Name | Description |
---|---|---|
ToolTipInfo | tooltipinfo | Holds the ToolTipInfo information of cell |
System.Nullable<System.DateTime> | date | Holds the dateTime Value for the cell |
System.Int32 | row | Holds the index of the row that contains the cell |
System.Int32 | column | Holds the index of the column that contains the cell |
System.Boolean | isSpecialDate | Holds whether the Cell isSpecialDate |
System.Boolean | isBlackoutDate | Holds whether the Cell isBlackoutDate |
System.Boolean | isTrailingDate | Holds whether the Cell isTrailingDate |
System.Boolean | handle | Holds whether to enable or disable tooltip |
CalendarViewType | viewtype | Holds the ViewType of the cell |
Properties
ColumnIndex
Gets the column index of cell to show tooltip in SfCalendar.
Declaration
public int ColumnIndex { get; }
Property Value
Type |
---|
System.Int32 |
Handled
Gets or sets a value indicating whether to show tooltip in SfCalendar.
Declaration
public bool Handled { get; set; }
Property Value
Type |
---|
System.Boolean |
IsBlackoutDate
Gets a value indicating whether the date of cell is BlackoutDate in SfCalendar.
Declaration
public bool IsBlackoutDate { get; }
Property Value
Type |
---|
System.Boolean |
IsSpecialDate
Gets a value indicating whether the date of cell is SpecialDate in SfCalendar.
Declaration
public bool IsSpecialDate { get; }
Property Value
Type |
---|
System.Boolean |
IsTrailingDate
Gets a value indicating whether the date of cell is Trailing date for current month or year or decade or century.
Declaration
public bool IsTrailingDate { get; }
Property Value
Type |
---|
System.Boolean |
RowIndex
Gets the row index of cell to show tooltip in SfCalendar.
Declaration
public int RowIndex { get; }
Property Value
Type |
---|
System.Int32 |
ToolTipInfo
Gets the Tooltip information that holds the description, image and appearance customization details of cell in SfCalendar.
Declaration
public ToolTipInfo ToolTipInfo { get; }
Property Value
Type |
---|
ToolTipInfo |
Value
Gets the DateTime Value for the date cell to show tooltip in SfCalendar.
Declaration
public DateTime? Value { get; }
Property Value
Type |
---|
System.Nullable<System.DateTime> |
ViewType
Gets the CalendarViewType of the cell to show tooltip in SfCalendar, whether it is month, year, decade or century view in SfCalendar.
Declaration
public CalendarViewType ViewType { get; }
Property Value
Type |
---|
CalendarViewType |