Class RadExpressionEditorUITypeEditor
Inheritance
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.GridView.dll
Syntax
public class RadExpressionEditorUITypeEditor : UITypeEditor
Constructors
RadExpressionEditorUITypeEditor()
Initializes a new instance of the Rad
Declaration
public RadExpressionEditorUITypeEditor()
Methods
EditValue(ITypeDescriptorContext, IServiceProvider, Object)
Edits the specified object's value using the editor style indicated
by the System.
Declaration
public override object EditValue(ITypeDescriptorContext context, IServiceProvider provider, object value)
Parameters
System. An System. |
System. An System. |
System. The object to edit. |
Returns
System. The new value of the object. If the value of the object has not changed, this should return the same object it was passed. |
GetEditStyle(ITypeDescriptorContext)
Gets the editor style used by the System.
Declaration
public override UITypeEditorEditStyle GetEditStyle(ITypeDescriptorContext context)
Parameters
System. An System. |
Returns
System. A System. |