Class
GridViewNewRow

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:

cs-api-definition
public class GridViewNewRow : GridViewRow, IRowItem

Inheritance: objectRadRowItemGridViewRowItemGridViewRowGridViewNewRow

Implements: IRowItem

Inherited Members GridViewRow.DisplayVisualCuesPropertyGridViewRow.IsInEditModePropertyGridViewRow.IsPinnedPropertyGridViewRow.SelectedBackgroundPropertyGridViewRow.MouseOverBackgroundPropertyGridViewRow.IsExpandablePropertyGridViewRow.IsExpandedPropertyGridViewRow.IsExpandedChangingEventGridViewRow.IsExpandedChangedEventGridViewRow.ErrorsPropertyGridViewRow.IsValidPropertyGridViewRow.DetailsTemplatePropertyGridViewRow.DetailsVisibilityPropertyGridViewRow.DetailsProviderPropertyGridViewRow.OnIsExpandedChanged(bool, bool)GridViewRow.OnMouseDoubleClick(MouseButtonEventArgs)GridViewRow.CreateItem()GridViewRow.CreateIndentItem()GridViewRow.SelectionPropertyChanged(object, DependencyPropertyChangedEventArgs)GridViewRow.OnHasHierarchyChanged()GridViewRow.OnMouseEnter(MouseEventArgs)GridViewRow.OnMouseLeave(MouseEventArgs)GridViewRow.OnIsAlternatingChanged(bool, bool)GridViewRow.CommitEdit()GridViewRow.GetCellFromPropertyName(string)GridViewRow.OnMouseLeftButtonUp(MouseButtonEventArgs)GridViewRow.ToString()GridViewRow.DisplayVisualCuesGridViewRow.ActionOnLostFocusGridViewRow.IsInEditModeGridViewRow.IsPinnedGridViewRow.SelectedBackgroundGridViewRow.MouseOverBackgroundGridViewRow.IsExpandableGridViewRow.IsExpandedGridViewRow.ChildDataControlsGridViewRow.ErrorsGridViewRow.IsValidGridViewRow.DetailsTemplateGridViewRow.DetailsVisibilityGridViewRow.DetailsProviderGridViewRow.IsExpandedChangingGridViewRow.IsExpandedChangedGridViewRowItem.HasHierarchyPropertyGridViewRowItem.IndentLevelPropertyGridViewRowItem.CellLoadedEventGridViewRowItem.CellUnloadedEventGridViewRowItem.HorizontalGridLinesBrushPropertyGridViewRowItem.HorizontalGridLinesWidthPropertyGridViewRowItem.VerticalGridLinesBrushPropertyGridViewRowItem.VerticalGridLinesWidthPropertyGridViewRowItem.OnCellLoaded(GridViewCellBase)GridViewRowItem.OnCellUnloaded(GridViewCellBase)GridViewRowItem.SetHorizontalScrollOffset(double)GridViewRowItem.OnColumnsChanged(ObservableCollection<GridViewColumn>, NotifyCollectionChangedEventArgs)GridViewRowItem.HasHierarchyGridViewRowItem.PartDataCellsPresenterNameGridViewRowItem.GridViewDataControlGridViewRowItem.IndentLevelGridViewRowItem.CellsGridViewRowItem.HorizontalOffsetGridViewRowItem.HorizontalGridLinesBrushGridViewRowItem.HorizontalGridLinesWidthGridViewRowItem.VerticalGridLinesBrushGridViewRowItem.VerticalGridLinesWidthGridViewRowItem.CellLoadedGridViewRowItem.CellUnloadedRadRowItem.ItemPropertyRadRowItem.IsAlternatingPropertyRadRowItem.IsCurrentPropertyRadRowItem.IsSelectedPropertyRadRowItem.SelectedEventRadRowItem.UnselectedEventRadRowItem.IsCurrentChangedEventRadRowItem.RowIndicatorVisibilityPropertyRadRowItem.Dispose()RadRowItem.OnSelected(RadRoutedEventArgs)RadRowItem.OnUnselected(RadRoutedEventArgs)RadRowItem.OnIsCurrentChanged(bool)RadRowItem.OnMouseMove(MouseEventArgs)RadRowItem.ItemRadRowItem.IsAlternatingRadRowItem.RowIndicatorVisibilityRadRowItem.IsSelectedRadRowItem.IsCurrentRadRowItem.SelectedRadRowItem.UnselectedRadRowItem.IsCurrentChanged

Constructors

GridViewNewRow()

Initializes a new instance of the GridViewNewRow class.

Declaration

cs-api-definition
public GridViewNewRow()

Methods

ArrangeOverride(Size)

Declaration

cs-api-definition
protected override Size ArrangeOverride(Size finalSize)

Parameters

finalSize

Size

Returns

Size

Overrides GridViewRowItem.ArrangeOverride(Size)

BeginEdit()

Prepares GridViewRow for edit.

Declaration

cs-api-definition
public override void BeginEdit()

Overrides GridViewRow.BeginEdit()

CancelEdit()

Cancels the edit of the row.

Declaration

cs-api-definition
public override void CancelEdit()

Overrides GridViewRow.CancelEdit()

IsSelectable()

Determines whether this instance is selectable.

Declaration

cs-api-definition
protected override bool IsSelectable()

Returns

bool

true if this instance is selectable; otherwise, false.

Overrides GridViewRow.IsSelectable()

MeasureOverride(Size)

Declaration

cs-api-definition
protected override Size MeasureOverride(Size availableSize)

Parameters

availableSize

Size

Returns

Size

Overrides GridViewRowItem.MeasureOverride(Size)

OnApplyTemplate()

Declaration

cs-api-definition
public override void OnApplyTemplate()

Overrides GridViewRow.OnApplyTemplate()

OnCreateAutomationPeer()

Returns class-specific AutomationPeer implementations for the Windows Presentation Foundation (WPF) infrastructure.

Declaration

cs-api-definition
protected override AutomationPeer OnCreateAutomationPeer()

Returns

AutomationPeer

The type-specific AutomationPeer implementation.

Overrides GridViewRow.OnCreateAutomationPeer()

OnInitialized(EventArgs)

Declaration

cs-api-definition
protected override void OnInitialized(EventArgs e)

Parameters

e

EventArgs

Overrides GridViewRow.OnInitialized(EventArgs)

OnItemChanged(object, object)

Called when the value of the Item property changes.

Declaration

cs-api-definition
protected override void OnItemChanged(object oldItem, object newItem)

Parameters

oldItem

object

The old value of Item.

newItem

object

The new value of Item.

Overrides GridViewRow.OnItemChanged(object, object)

OnMouseLeftButtonDown(MouseButtonEventArgs)

Declaration

cs-api-definition
protected override void OnMouseLeftButtonDown(MouseButtonEventArgs e)

Parameters

e

MouseButtonEventArgs

Overrides GridViewRow.OnMouseLeftButtonDown(MouseButtonEventArgs)