ClassGridViewNewRow
Class
Represents the RadGridView for Silverlight GridViewNewRow control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Xaml
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
cs-api-definition
public class GridViewNewRow : ItemsControl, IAutomationPeer, IPeerConverter, IGridViewNewRow, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementSilverlightTestElementControlItemsControlGridViewNewRow
Implements:
Inherited Members
Constructors
GridViewNewRow()
Initializes a new instance of the GridViewNewRow class.
Declaration
cs-api-definition
public GridViewNewRow()
Properties
Cells
Get the list of GridViewNewRow children.
Declaration
cs-api-definition
public IList<GridViewCell> Cells { get; }
Property Value
Methods
AssignReference(AutomationReference)
Assign the reference and perform your custom class initialization.
Declaration
cs-api-definition
public override void AssignReference(AutomationReference reference)
Parameters
reference
Overrides
Implements
CommitNewRow(string)
Commits the edit of the new row.
Declaration
cs-api-definition
public void CommitNewRow(string userInput)
Parameters
userInput