Class KeyEventArgsWithMinMax
Event arguments used in the System.DateTime base providers in the KeyDown(Object, KeyEventArgs) method.
Inheritance
System.Object
KeyEventArgsWithMinMax
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class KeyEventArgsWithMinMax : KeyEventArgs
Constructors
KeyEventArgsWithMinMax(Keys, DateTime, DateTime)
Initializes a new instance of the KeyEventArgsWithMinMax class.
Declaration
public KeyEventArgsWithMinMax(Keys keyData, DateTime min, DateTime max)
Parameters
System.Windows.Forms.Keys
keyData
The key data. |
System.DateTime
min
The min date. |
System.DateTime
max
The max date. |
Properties
MaxDate
Gets or sets the max date.
Declaration
public DateTime MaxDate { get; set; }
Property Value
System.DateTime
|
MinDate
Gets or sets the Min date.
Declaration
public DateTime MinDate { get; set; }
Property Value
System.DateTime
|