Class
DataGridEditRow

Represents the User Interface that is displayed whenever a RadDataGrid row enters edit mode.

Definition

Namespace:Telerik.UI.Xaml.Controls.Grid.Primitives

Assembly:Telerik.WinUI.Controls.dll

Syntax:

cs-api-definition
public class DataGridEditRow : RadControl

Inheritance: objectRadControlDataGridEditRow

Inherited Members RadControl.EndVisualStateUpdate(bool, bool)RadControl.UpdateVisualState(bool)RadControl.BeginVisualStateUpdate()RadControl.OnCreateAutomationPeer()RadControl.SetVisualState(string, bool)RadControl.CanUpdateVisualState()RadControl.ComposeVisualStateName()RadControl.MeasureOverride(Size)RadControl.ArrangeOverride(Size)RadControl.OnApplyTemplate()RadControl.UnapplyTemplateCore()RadControl.OnIsEnabledChanged(bool, bool)RadControl.OnTemplateApplied()RadControl.ApplyTemplateCore()RadControl.LoadCore()RadControl.OnLoaded()RadControl.UnloadCore()RadControl.CurrentVisualStateRadControl.IsLoadedRadControl.IsLoadingRadControl.IsUnloadedRadControl.WasUnloadedRadControl.IsTemplateApplied

Constructors

DataGridEditRow()

Initializes a new instance of the DataGridEditRow class.

Declaration

cs-api-definition
public DataGridEditRow()

Fields

CancelButtonStyleProperty

Identifies the CancelButtonStyle dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty CancelButtonStyleProperty

Field Value

DependencyProperty

CommitButtonStyleProperty

Identifies the CommitButtonStyle dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty CommitButtonStyleProperty

Field Value

DependencyProperty

Properties

CancelButtonStyle

Gets or sets the cancel button style.

Declaration

cs-api-definition
public Style CancelButtonStyle { get; set; }

Property Value

Style

The cancel button style.

CommitButtonStyle

Gets or sets the commit button style.

Declaration

cs-api-definition
public Style CommitButtonStyle { get; set; }

Property Value

Style

The commit button style.