Class RadPageViewElement.PageViewItemTextEditor
Represents a text editor for in-place editing of page view item text.
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class PageViewItemTextEditor : BaseInputEditor, IInputEditor, IValueEditor, ISupportInitialize
Constructors
PageViewItemTextEditor(RadPageViewElement)
Initializes a new instance of the RadPageViewElement.PageViewItemTextEditor class.
Declaration
public PageViewItemTextEditor(RadPageViewElement owner)
Parameters
RadPageViewElement
owner
The RadPageViewElement that owns this editor. |
Properties
DataType
Gets the data type that this editor supports.
Declaration
public override Type DataType { get; }
Property Value
System.Type
|
Overrides
Value
Gets or sets the current value of the editor.
Declaration
public override object Value { get; set; }
Property Value
System.Object
|
Overrides
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
RadElement
A new RadElement instance for editing. |
Overrides
EndEdit()
Ends the editing operation and cleans up resources.
Declaration
public override bool EndEdit()
Returns
System.Boolean
true if the operation completed successfully; otherwise, false. |
Overrides
Initialize(Object, Object)
Initializes the editor with the specified owner and initial value.
Declaration
public override void Initialize(object owner, object value)
Parameters
System.Object
owner
The object that owns this editor. |
System.Object
value
The initial value for the editor. |
Overrides
Validate()
Validates the current editor value.
Declaration
public override bool Validate()
Returns
System.Boolean
true if the value is valid; otherwise, false. |