Class
KeyEventArgsWithMinMax

Event arguments used in the DateTime base providers in the KeyDown(object, KeyEventArgs) method.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public class KeyEventArgsWithMinMax : KeyEventArgs

Inheritance: objectEventArgsKeyEventArgsKeyEventArgsWithMinMax

Inherited Members KeyEventArgs.AltKeyEventArgs.ControlKeyEventArgs.HandledKeyEventArgs.KeyCodeKeyEventArgs.KeyValueKeyEventArgs.KeyDataKeyEventArgs.ModifiersKeyEventArgs.ShiftKeyEventArgs.SuppressKeyPressEventArgs.Empty

Constructors

KeyEventArgsWithMinMax(Keys, DateTime, DateTime)

Initializes a new instance of the KeyEventArgsWithMinMax class.

Declaration

cs-api-definition
public KeyEventArgsWithMinMax(Keys keyData, DateTime min, DateTime max)

Parameters

keyData

Keys

The key data.

min

DateTime

The min date.

max

DateTime

The max date.

Properties

MaxDate

Gets or sets the max date.

Declaration

cs-api-definition
public DateTime MaxDate { get; set; }

Property Value

DateTime

MinDate

Gets or sets the Min date.

Declaration

cs-api-definition
public DateTime MinDate { get; set; }

Property Value

DateTime