WinForms

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

    Show / Hide Table of Contents

    Class DateCellQueryInfoEventArgs

    Provides information about the current calendar date cell that is being formatted.

    Inheritance
    System.Object
    System.EventArgs
    SyncfusionEventArgs
    SyncfusionHandledEventArgs
    DateCellQueryInfoEventArgs
    Inherited Members
    SyncfusionHandledEventArgs.Handled
    SyncfusionEventArgs.ToString()
    System.EventArgs.Empty
    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 DateCellQueryInfoEventArgs : SyncfusionHandledEventArgs
    Remarks

    The DateValue property provides the date that this cell represents. The Style property can be set to any valid GridStyleInfo values and it will be applied to the calendar cell. Set the Handled property to true for the changes to be accepted.

    Constructors

    DateCellQueryInfoEventArgs(Int32, Int32, GridStyleInfo, Object, Boolean, Boolean, Boolean)

    Declaration
    public DateCellQueryInfoEventArgs(int rowIndex, int colIndex, GridStyleInfo style, object dateValue, bool isCurrentCell, bool isOutsideRange, bool RemoveSelectedDatehighlightcolor)
    Parameters
    Type Name Description
    System.Int32 rowIndex
    System.Int32 colIndex
    GridStyleInfo style
    System.Object dateValue
    System.Boolean isCurrentCell
    System.Boolean isOutsideRange
    System.Boolean RemoveSelectedDatehighlightcolor

    Properties

    ColIndex

    Declaration
    [TraceProperty(true)]
    public int ColIndex { get; }
    Property Value
    Type Description
    System.Int32

    DateValue

    Declaration
    [TraceProperty(true)]
    public object DateValue { get; }
    Property Value
    Type Description
    System.Object

    EnableHighlightColor

    Gets/Sets the the value to indicate the highlight color of the selected date.

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

    IsCurrentCell

    Declaration
    [TraceProperty(true)]
    public bool IsCurrentCell { get; }
    Property Value
    Type Description
    System.Boolean

    IsOutsideRange

    Declaration
    [TraceProperty(true)]
    public bool IsOutsideRange { get; }
    Property Value
    Type Description
    System.Boolean

    RowIndex

    Declaration
    [TraceProperty(true)]
    public int RowIndex { get; }
    Property Value
    Type Description
    System.Int32

    Style

    Declaration
    [TraceProperty(true)]
    public GridStyleInfo Style { get; }
    Property Value
    Type Description
    GridStyleInfo
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved