Class GridViewEditorPresenter
Used as a presenter for GridViewCell edit element.
Inheritance
Namespace: Telerik.Windows.Controls.GridView
Assembly: Telerik.Windows.Controls.GridView.dll
Syntax
public class GridViewEditorPresenter : ContentControl
Constructors
GridViewEditorPresenter()
Initializes a new instance of the GridViewEditorPresenter class.
Declaration
public GridViewEditorPresenter()
Fields
ErrorMessageProperty
Identifies the ErrorMessage dependency property.
Declaration
public static readonly DependencyProperty ErrorMessageProperty
Field Value
System.Windows.DependencyProperty
|
IsContentValidProperty
Identifies the IsContentValid dependency property.
Declaration
public static readonly DependencyProperty IsContentValidProperty
Field Value
System.Windows.DependencyProperty
|
Properties
ErrorMessage
Gets or sets the error message.
Declaration
public string ErrorMessage { get; set; }
Property Value
System.String
The error message. |
IsContentValid
Gets or sets a value indicating whether this instance content is valid.
Declaration
public bool IsContentValid { get; set; }
Property Value
System.Boolean
|
Methods
OnInitialized(EventArgs)
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
System.EventArgs
e
|