Class KeyEventArgsWithMinMax
Event arguments used in the System.
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 Key
Declaration
public KeyEventArgsWithMinMax(Keys keyData, DateTime min, DateTime max)
Parameters
System. The key data. |
System. The min date. |
System. The max date. |
Properties
MaxDate
Gets or sets the max date.
Declaration
public DateTime MaxDate { get; set; }
Property Value
System.
|
MinDate
Gets or sets the Min date.
Declaration
public DateTime MinDate { get; set; }
Property Value
System.
|