alexa
menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class ItemHitType

    Defines the constants that specify the type of information under a Point.

    Inheritance
    System.Object
    ItemHitType
    Namespace: Syncfusion.Schedule
    Assembly: Syncfusion.Schedule.Base.dll
    Syntax
    public sealed class ItemHitType : Enum

    Fields

    AllDayItem

    There is a AllDay IScheduleAppointment item under the Point.

    Declaration
    public const ItemHitType AllDayItem
    Field Value
    Type
    ItemHitType

    CellHeader

    The Point is in a header line within a cell in a Week or Month Schedule view.

    Declaration
    public const ItemHitType CellHeader
    Field Value
    Type
    ItemHitType

    Header

    The Point is in a column header of a Day or WorkWeek Schedule view.

    Declaration
    public const ItemHitType Header
    Field Value
    Type
    ItemHitType

    Item

    An IScheduleAppointment item under the Point.

    Declaration
    public const ItemHitType Item
    Field Value
    Type
    ItemHitType

    MoreItemsBitmap

    The Point is in the rectangle occupied by the MoreItemsBitmap.

    Declaration
    public const ItemHitType MoreItemsBitmap
    Field Value
    Type
    ItemHitType

    None

    There is no IScheduleAppointment item under the Point.

    Declaration
    public const ItemHitType None
    Field Value
    Type
    ItemHitType
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved