セルにホストされる編集コントロールの型を取得します。

Namespace: YiaoWang.Windows.Forms
Assembly: YiaoWang.Windows.Forms (YiaoWang.Windows.Forms.dll 内) バージョン: 2.11.5.7 (2.11.5.7)

Syntax

C#
public override Type EditType { get; }
Visual Basic
Public Overrides ReadOnly Property EditType As Type
	Get

Field Value

DataGridViewTextBoxEditingControl の型を表す Type。

Return Value

Remarks

Return the type of the editing contol that CalendarCell uses.

See Also