Class
GridViewEditorPresenter

Used as a presenter for GridViewCell edit element.

Definition

Namespace:Telerik.Windows.Controls.GridView

Assembly:Telerik.Windows.Controls.GridView.dll

Syntax:

cs-api-definition
public class GridViewEditorPresenter : ContentControl

Inheritance: objectGridViewEditorPresenter

Constructors

GridViewEditorPresenter()

Initializes a new instance of the GridViewEditorPresenter class.

Declaration

cs-api-definition
public GridViewEditorPresenter()

Fields

ErrorMessageProperty

Identifies the ErrorMessage dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty ErrorMessageProperty

Field Value

DependencyProperty

IsContentValidProperty

Identifies the IsContentValid dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty IsContentValidProperty

Field Value

DependencyProperty

Properties

ErrorMessage

Gets or sets the error message.

Declaration

cs-api-definition
public string ErrorMessage { get; set; }

Property Value

string

The error message.

IsContentValid

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

Declaration

cs-api-definition
public bool IsContentValid { get; set; }

Property Value

bool

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

Methods

OnInitialized(EventArgs)

Declaration

cs-api-definition
protected override void OnInitialized(EventArgs e)

Parameters

e

EventArgs