WinForms

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

    Show / Hide Table of Contents

    Class CalendarGrid

    This class is a wrapper for Grid, used in MonthCalendarAdv, for more extensibility.

    Inheritance
    System.Object
    CalendarGrid
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.Windows.Forms.Tools
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public class CalendarGrid

    Constructors

    CalendarGrid()

    Declaration
    public CalendarGrid()

    Properties

    BackColor

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

    BackgroundImage

    Declaration
    public Image BackgroundImage { get; set; }
    Property Value
    Type Description
    System.Drawing.Image

    BackgroundImageLayout

    Declaration
    public ImageLayout BackgroundImageLayout { get; set; }
    Property Value
    Type Description
    System.Windows.Forms.ImageLayout

    ColumnOffset

    Declaration
    protected int ColumnOffset { get; set; }
    Property Value
    Type Description
    System.Int32

    ContextMenu

    Declaration
    public ContextMenu ContextMenu { get; set; }
    Property Value
    Type Description
    System.Windows.Forms.ContextMenu

    CurrentCell

    Declaration
    public CalendarCurrentCell CurrentCell { get; }
    Property Value
    Type Description
    CalendarCurrentCell

    DefaultColWidth

    Declaration
    public int DefaultColWidth { get; set; }
    Property Value
    Type Description
    System.Int32

    DefaultRowHeight

    Declaration
    public int DefaultRowHeight { get; set; }
    Property Value
    Type Description
    System.Int32

    Dock

    Declaration
    public DockStyle Dock { get; set; }
    Property Value
    Type Description
    System.Windows.Forms.DockStyle

    ForceCurrentCellMoveTo

    Declaration
    public bool ForceCurrentCellMoveTo { get; set; }
    Property Value
    Type Description
    System.Boolean

    GridControl

    Declaration
    public GridControlBase GridControl { get; }
    Property Value
    Type Description
    GridControlBase

    HScrollBehavior

    Declaration
    public GridScrollbarMode HScrollBehavior { get; set; }
    Property Value
    Type Description
    GridScrollbarMode

    Model

    Declaration
    public CalendarModel Model { get; set; }
    Property Value
    Type Description
    CalendarModel

    MouseControllerDispatcher

    Declaration
    public MouseControllerDispatcher MouseControllerDispatcher { get; }
    Property Value
    Type Description
    MouseControllerDispatcher

    ThemesEnabled

    Declaration
    public bool ThemesEnabled { get; set; }
    Property Value
    Type Description
    System.Boolean

    VScrollBehavior

    Declaration
    public GridScrollbarMode VScrollBehavior { get; set; }
    Property Value
    Type Description
    GridScrollbarMode

    Methods

    BringToFront()

    Declaration
    public void BringToFront()

    InitializeGrid()

    Declaration
    protected void InitializeGrid()

    Invalidate()

    Declaration
    public void Invalidate()

    OnOffset()

    Declaration
    protected virtual void OnOffset()

    Refresh()

    Declaration
    public void Refresh()

    RefreshRange(GridRangeInfo)

    Declaration
    public void RefreshRange(GridRangeInfo range)
    Parameters
    Type Name Description
    GridRangeInfo range

    RefreshRange(GridRangeInfo, Boolean)

    Declaration
    public void RefreshRange(GridRangeInfo range, bool forceRefreshCurrentCell)
    Parameters
    Type Name Description
    GridRangeInfo range
    System.Boolean forceRefreshCurrentCell

    SetRowHeight(Int32, Int32, Int32)

    Declaration
    public void SetRowHeight(int from, int last, int value)
    Parameters
    Type Name Description
    System.Int32 from
    System.Int32 last
    System.Int32 value

    Events

    CellClick

    Declaration
    public event GridCellClickEventHandler CellClick
    Event Type
    Type Description
    GridCellClickEventHandler

    CellDrawn

    Declaration
    public event GridDrawCellEventHandler CellDrawn
    Event Type
    Type Description
    GridDrawCellEventHandler

    CellMouseDown

    Declaration
    public event GridCellMouseEventHandler CellMouseDown
    Event Type
    Type Description
    GridCellMouseEventHandler

    Click

    Declaration
    public event EventHandler Click
    Event Type
    Type Description
    System.EventHandler

    CurrentCellMoving

    Declaration
    public event GridCurrentCellMovingEventHandler CurrentCellMoving
    Event Type
    Type Description
    GridCurrentCellMovingEventHandler

    DateMouseHover

    Declaration
    public event DateHoverEventHandler DateMouseHover
    Event Type
    Type Description
    DateHoverEventHandler

    KeyUp

    Declaration
    public event KeyEventHandler KeyUp
    Event Type
    Type Description
    System.Windows.Forms.KeyEventHandler

    MouseDown

    Declaration
    public event MouseEventHandler MouseDown
    Event Type
    Type Description
    System.Windows.Forms.MouseEventHandler

    MoveCurrentCellDirection

    Declaration
    public event GridMoveCurrentCellDirectionEventHandler MoveCurrentCellDirection
    Event Type
    Type Description
    GridMoveCurrentCellDirectionEventHandler
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved