New to Telerik UI for WPFStart a free 30-day trial

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; }
Property Value:

The error message.

Gets or sets a value indicating whether this instance content is valid.

C#
public bool IsContentValid { get; set; }
Property Value:

true if this instance content is valid; otherwise, false.

Methods

C#
protected override void OnInitialized(EventArgs e)
Parameters:eEventArgs