Class GridViewNewRowInfo
Represents a row that enables adding of new rows in RadGridView.
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.GridView.dll
Syntax
public class GridViewNewRowInfo : GridViewSystemRowInfo, IDataItem, IHierarchicalRow, INotifyPropertyChanged, INotifyPropertyChangingEx, IDisposable, IComparable<GridViewSystemRowInfo>
Constructors
GridViewNewRowInfo(GridViewInfo)
Initializes a new instance of the Grid
Declaration
public GridViewNewRowInfo(GridViewInfo gridViewInfo)
Parameters
Grid An instance of Grid |
Properties
AllowedStates
Gets the allowed states.
Declaration
public override AllowedGridViewRowInfoStates AllowedStates { get; }
Property Value
Allowed The allowed states. |
Overrides
DataBoundItem
Gets the data-bound object that populated the row.
Declaration
public override object DataBoundItem { get; }
Property Value
System.
|
Overrides
RowElementType
Gets the type of the Grid
Declaration
public override Type RowElementType { get; }
Property Value
System.
|
Overrides
Methods
CancelAddNewRow()
Cancels the adding of the new row.
Declaration
public void CancelAddNewRow()
CompareToSystemRowInfo(GridViewSystemRowInfo)
Compares to system row info.
Declaration
protected override int CompareToSystemRowInfo(GridViewSystemRowInfo row)
Parameters
Grid The row. |
Returns
System.
|
Overrides
EndAddNewRow()
Finishes the adding of the new row.
Declaration
public GridViewRowInfo EndAddNewRow()
Returns
Grid Returns true if successfull. |
InitializeNewRow()
Starts the row adding process.
Declaration
public void InitializeNewRow()
OnBeginEdit()
Called when the edit operation begins.
Declaration
protected override bool OnBeginEdit()
Returns
System.
|
Overrides
OnEndEdit()
Called when the edit operation ends.
Declaration
protected override bool OnEndEdit()
Returns
System.
|
Overrides
OnPropertyChanged(PropertyChangedEventArgs)
Declaration
protected override void OnPropertyChanged(PropertyChangedEventArgs e)
Parameters
System.
|