ClassRadPageViewElement.PageViewItemTextEditor
Represents a text editor for in-place editing of page view item text.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
public class RadPageViewElement.PageViewItemTextEditor : BaseInputEditor, IInputEditor, IValueEditor, ISupportInitialize
Inheritance: objectBaseInputEditorRadPageViewElement.PageViewItemTextEditor
Implements:
Inherited Members
Constructors
PageViewItemTextEditor(RadPageViewElement)
Initializes a new instance of the RadPageViewElement.PageViewItemTextEditor class.
Declaration
public PageViewItemTextEditor(RadPageViewElement owner)
Parameters
owner
The RadPageViewElement that owns this editor.
Properties
DataType
Gets the data type that this editor supports.
Methods
BeginEdit()
Begins the editing operation.
Declaration
public override void BeginEdit()
Overrides
CreateEditorElement()
Creates the editor element that will be used for text editing.
Declaration
protected override RadElement CreateEditorElement()
Returns
A new RadElement instance for editing.
Overrides
EndEdit()
Ends the editing operation and cleans up resources.
Declaration
public override bool EndEdit()
Returns
true if the operation completed successfully; otherwise, false.
Overrides
Initialize(object, object)
Initializes the editor with the specified owner and initial value.
Validate()
Validates the current editor value.
Declaration
public override bool Validate()
Returns
true if the value is valid; otherwise, false.
Overrides