GrapeCity MultiRow Windows Forms Documentation
EditType Property (ListBoxCell)


Gets the type of the cell's hosted editing control.
Syntax
Public Overrides ReadOnly Property EditType As Type
Dim instance As ListBoxCell
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 ListBoxEditingControl.
Remarks
The ListBoxEditingControl class is derived from the System.Windows.Forms.LisstBox 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

ListBoxCell Class
ListBoxCell Members
ListBoxEditingControl Class

 

 


Copyright © GrapeCity, inc. All rights reserved.