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
Initializes a new instance of the RadPageViewElement.PageViewItemTextEditor class.
public PageViewItemTextEditor(RadPageViewElement owner)
The RadPageViewElement that owns this editor.
Properties
Gets the data type that this editor supports.
public override Type DataType { get; }
Overrides:
Methods
Begins the editing operation.
public override void BeginEdit()
Overrides:
Creates the editor element that will be used for text editing.
protected override RadElement CreateEditorElement()
A new RadElement instance for editing.
Overrides:
Ends the editing operation and cleans up resources.
public override bool EndEdit()
true if the operation completed successfully; otherwise, false.
Overrides:
Validates the current editor value.
public override bool Validate()
true if the value is valid; otherwise, false.
Overrides: