Class DateCellQueryInfoEventArgs
Provides information about the current calendar date cell that is being formatted.
Inheritance
System.Object
System.EventArgs
DateCellQueryInfoEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
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 |
|---|
| System.Int32 |
DateValue
Declaration
[TraceProperty(true)]
public object DateValue { get; }
Property Value
| Type |
|---|
| 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 |
|---|
| System.Boolean |
IsCurrentCell
Declaration
[TraceProperty(true)]
public bool IsCurrentCell { get; }
Property Value
| Type |
|---|
| System.Boolean |
IsOutsideRange
Declaration
[TraceProperty(true)]
public bool IsOutsideRange { get; }
Property Value
| Type |
|---|
| System.Boolean |
RowIndex
Declaration
[TraceProperty(true)]
public int RowIndex { get; }
Property Value
| Type |
|---|
| System.Int32 |
Style
Declaration
[TraceProperty(true)]
public GridStyleInfo Style { get; }
Property Value
| Type |
|---|
| GridStyleInfo |