ClassGridViewNewRow
GridViewNewRow is an user interface (UI) element used when adding new row.
Definition
Namespace:Telerik.Windows.Controls.GridView
Assembly:Telerik.Windows.Controls.GridView.dll
Syntax:
public class GridViewNewRow : GridViewRow, IRowItem
Inheritance: objectRadRowItemGridViewRowItemGridViewRowGridViewNewRow
Implements:
Inherited Members
Constructors
GridViewNewRow()
Initializes a new instance of the GridViewNewRow class.
Declaration
public GridViewNewRow()
Methods
ArrangeOverride(Size)
Declaration
protected override Size ArrangeOverride(Size finalSize)
Parameters
finalSize
Size
Returns
Size
Overrides
BeginEdit()
Prepares GridViewRow for edit.
Declaration
public override void BeginEdit()
Overrides
CancelEdit()
Cancels the edit of the row.
Declaration
public override void CancelEdit()
Overrides
IsSelectable()
Determines whether this instance is selectable.
Declaration
protected override bool IsSelectable()
Returns
true if this instance is selectable; otherwise, false.
Overrides
MeasureOverride(Size)
Declaration
protected override Size MeasureOverride(Size availableSize)
Parameters
availableSize
Size
Returns
Size
Overrides
OnApplyTemplate()
Declaration
public override void OnApplyTemplate()
Overrides
OnCreateAutomationPeer()
Returns class-specific AutomationPeer implementations for the Windows Presentation Foundation (WPF) infrastructure.
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
AutomationPeer
The type-specific AutomationPeer implementation.
Overrides
OnInitialized(EventArgs)
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
e
Overrides
OnItemChanged(object, object)
Called when the value of the Item property changes.
OnMouseLeftButtonDown(MouseButtonEventArgs)
Declaration
protected override void OnMouseLeftButtonDown(MouseButtonEventArgs e)
Parameters
e
MouseButtonEventArgs
Overrides