Class GridViewNewRow
Inheritance
System.Object
GridViewNewRow
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WebAii.Controls.Xaml
Assembly: Telerik.WebAii.Controls.Xaml.dll
Syntax
public class GridViewNewRow : ItemsControl, IAutomationPeer, IPeerConverter, IGridViewNewRow, IControl, IFrameworkElement, ITargetElement
Constructors
GridViewNewRow()
Declaration
public GridViewNewRow()
Properties
Cells
Declaration
public IList<GridViewCell> Cells { get; }
Property Value
System.Collections.Generic.IList<GridViewCell>
|
Methods
AssignReference(AutomationReference)
Declaration
public override void AssignReference(AutomationReference reference)
Parameters
AutomationReference
reference
|
Overrides
Implements
CommitNewRow(String)
Declaration
public void CommitNewRow(string userInput)
Parameters
System.String
userInput
|
Explicit Interface Implementations
IGridViewNewRow.Cells
Declaration
IList<IGridViewCell> IGridViewNewRow.Cells { get; }
Returns
System.Collections.Generic.IList<IGridViewCell>
|
Implements
IGridViewNewRow.CommitNewRow(String)
Declaration
void IGridViewNewRow.CommitNewRow(string userInput)
Parameters
System.String
userInput
|