GrapeCity MultiRow Windows Forms Documentation
EditType Property (NumericUpDownCell)


Gets the type of the cell's hosted editing control.
Syntax
Public Overrides ReadOnly Property EditType As Type
Dim instance As NumericUpDownCell
Dim value As Type
 
value = instance.EditType
public override Type EditType {get;}

Property Value

A System.Type that represents the type of the underlying editing control. This property always returns NumericUpDownEditingControl.
Remarks
The NumericUpDownEditingControl class is derived from the System.Windows.Forms.NumericUpDown class.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

NumericUpDownCell Class
NumericUpDownCell Members

 

 


Copyright © GrapeCity, inc. All rights reserved.