ClassDataGridEditRow
Class
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
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.