Class DateCellQueryInfoEventArgs
Provides information about the current calendar date cell that is being formatted.
Inheritance
System.Object
DateCellQueryInfoEventArgs
Assembly: Syncfusion.Tools.Windows.dll
public class DateCellQueryInfoEventArgs : SyncfusionHandledEventArgs
Constructors
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
Declaration
[TraceProperty(true)]
public int ColIndex { get; }
Property Value
Declaration
[TraceProperty(true)]
public object DateValue { get; }
Property Value
Gets/Sets the the value to indicate the highlight color of the selected date.
Declaration
public bool EnableHighlightColor { get; set; }
Property Value
Declaration
[TraceProperty(true)]
public bool IsCurrentCell { get; }
Property Value
Declaration
[TraceProperty(true)]
public bool IsOutsideRange { get; }
Property Value
Declaration
[TraceProperty(true)]
public int RowIndex { get; }
Property Value
Declaration
[TraceProperty(true)]
public GridStyleInfo Style { get; }
Property Value