컨트롤에서 셀에 적용할 값을 가져올때 호출됩니다.
Namespace: Ntreev.Windows.Forms.GridAssembly: Ntreev.Windows.Forms.Grid (in Ntreev.Windows.Forms.Grid.dll) Version: 1.0.4216.32284
Syntax
C# |
---|
protected abstract Object GetEditingValue( TControl control ) |
Visual Basic |
---|
Protected MustOverride Function GetEditingValue ( _ control As TControl _ ) As Object |
Visual C++ |
---|
protected: virtual Object^ GetEditingValue( TControl control ) abstract |
Parameters
- control
- Type: TControl
편집에 사용되는 컨트롤의 인스턴스입니다.