Used as a presenter for GridViewCell edit element.
Definition
Namespace:Telerik.Windows.Controls.GridView
Assembly:Telerik.Windows.Controls.GridView.dll
Syntax:
C#
public class GridViewEditorPresenter : ContentControl
Inheritance: objectGridViewEditorPresenter
Constructors
Initializes a new instance of the GridViewEditorPresenter class.
C#
public GridViewEditorPresenter()
Fields
ErrorMessageProperty
DependencyProperty
Identifies the ErrorMessage dependency property.
C#
public static readonly DependencyProperty ErrorMessageProperty
IsContentValidProperty
DependencyProperty
Identifies the IsContentValid dependency property.
C#
public static readonly DependencyProperty IsContentValidProperty
Properties
Gets or sets the error message.
C#
public string ErrorMessage { get; set; }
The error message.
Gets or sets a value indicating whether this instance content is valid.
C#
public bool IsContentValid { get; set; }
true if this instance content is valid; otherwise, false.