편집 시작 방식을 가져옵니다.

Namespace: Ntreev.Windows.Forms.Grid
Assembly: Ntreev.Windows.Forms.Grid (in Ntreev.Windows.Forms.Grid.dll) Version: 1.0.4216.32284

Syntax

C#
public EditingReasonType EditingReasonType { get; }
Visual Basic
Public ReadOnly Property EditingReasonType As EditingReasonType
	Get
Visual C++
public:
property EditingReasonType EditingReasonType {
	EditingReasonType get ();
}

Return Value

편집 시작 방식을 나타내는 EditingReasonType입니다.

See Also