ClassSheetSelectorTextBoxEditor
Class
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.RadSpreadsheet.dll
Syntax:
cs-api-definition
public class SheetSelectorTextBoxEditor : BaseTextBoxEditor, IInputEditor, IValueEditor, ISupportInitialize
Inheritance: objectBaseInputEditorBaseTextBoxEditorSheetSelectorTextBoxEditor
Implements:
Inherited Members
Constructors
SheetSelectorTextBoxEditor()
Declaration
cs-api-definition
public SheetSelectorTextBoxEditor()
Methods
CreateEditorElement()
Creates a new editor element.
Declaration
cs-api-definition
protected override RadElement CreateEditorElement()
Returns
a RadElement if successful
Overrides