Interface IGridViewNewRow
Inherited Members
Namespace: Telerik.WebAii.Controls.Xaml
Assembly: Telerik.WebAii.Controls.Xaml.dll
Syntax
public interface IGridViewNewRow : IControl, IFrameworkElement, ITargetElement
Properties
Cells
Declaration
IList<IGridViewCell> Cells { get; }
Property Value
System.Collections.Generic.IList<IGridViewCell>
|
Methods
CommitNewRow(String)
Declaration
void CommitNewRow(string userInput)
Parameters
System.String
userInput
|