Infragistics(R) NetAdvantage(R) Windows Forms
RowEditTemplateUITypeEditor Class Members
See Also  Properties  Methods  E-mail your feedback on this topic.
Infragistics.Win.UltraWinGrid Namespace : RowEditTemplateUITypeEditor Class


The following tables list the members exposed by RowEditTemplateUITypeEditor.

Public Constructors

Public Properties

 NameDescription
public PropertyIsDropDownResizableGets a value indicating whether drop-down editors should be resizable by the user. (Inherited from System.Drawing.Design.UITypeEditor)
Top

Public Methods

 NameDescription
public MethodEditValueOverloaded. Edits the specified object's value using the editor style indicated by the System.Drawing.Design.UITypeEditor.GetEditStyle method. (Inherited from System.Drawing.Design.UITypeEditor)
public MethodGetEditStyleOverloaded. Gets the editor style used by the System.Drawing.Design.UITypeEditor.EditValue(System.IServiceProvider,System.Object) method. (Inherited from System.Drawing.Design.UITypeEditor)
public MethodGetPaintValueSupportedOverloaded. Indicates whether this editor supports painting a representation of an object's value. (Inherited from System.Drawing.Design.UITypeEditor)
public MethodPaintValueOverloaded. Paints a representation of the value of the specified object to the specified canvas. (Inherited from System.Drawing.Design.UITypeEditor)
Top

Protected Methods

 NameDescription
protected MethodGetListItemsOverridden.  Returns the set of items to show on the list.  
protected MethodInitializeListBox (Inherited from Infragistics.Shared.UITypeEditorListBase)
protected MethodValidateEditItemOverridden.  Validates an item selected by the user on the list and returns it.  
Top

See Also