menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class AddNewRowControl - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class AddNewRowControl

    Inheritance
    System.Object
    VirtualizingCellsControl
    AddNewRowControl
    Inherited Members
    VirtualizingCellsControl.ApplyFixedRowVisualState(Boolean)
    VirtualizingCellsControl.CurrentFocusBorderMargin
    VirtualizingCellsControl.CurrentFocusBorderMarginProperty
    VirtualizingCellsControl.CurrentFocusRowVisibility
    VirtualizingCellsControl.CurrentFocusRowVisibilityProperty
    VirtualizingCellsControl.Dispose()
    VirtualizingCellsControl.Dispose(Boolean)
    VirtualizingCellsControl.GroupRowSelectionBrush
    VirtualizingCellsControl.GroupRowSelectionBrushProperty
    VirtualizingCellsControl.HighlightBorderClipRect
    VirtualizingCellsControl.HighlightBorderClipRectProperty
    VirtualizingCellsControl.HighlightSelectionBorderVisiblity
    VirtualizingCellsControl.HighlightSelectionBorderVisiblityProperty
    VirtualizingCellsControl.OnPointerEntered(PointerRoutedEventArgs)
    VirtualizingCellsControl.OnPointerExited(PointerRoutedEventArgs)
    VirtualizingCellsControl.OnPointerReleased(PointerRoutedEventArgs)
    VirtualizingCellsControl.RowBackgroundClip
    VirtualizingCellsControl.RowBackgroundClipProperty
    VirtualizingCellsControl.RowBorderState
    VirtualizingCellsControl.RowHighlightBorderThickness
    VirtualizingCellsControl.RowHighlightBorderThicknessProperty
    VirtualizingCellsControl.RowHoverBackgroundBrush
    VirtualizingCellsControl.RowHoverBackgroundBrushProperty
    VirtualizingCellsControl.RowSelectionBrush
    VirtualizingCellsControl.RowSelectionBrushProperty
    VirtualizingCellsControl.SelectionBorder
    VirtualizingCellsControl.SelectionBorderClipRect
    VirtualizingCellsControl.SelectionBorderClipRectProperty
    VirtualizingCellsControl.SelectionBorderVisiblity
    VirtualizingCellsControl.SelectionBorderVisiblityProperty
    VirtualizingCellsControl.SelectionForegroundBrush
    VirtualizingCellsControl.SelectionForegroundBrushProperty
    VirtualizingCellsControl.SetContent()
    VirtualizingCellsControl.UnwireEvents()
    VirtualizingCellsControl.WireEvents()
    Namespace: Syncfusion.UI.Xaml.Grid
    Assembly: Syncfusion.SfGrid.UWP.dll
    Syntax
    public class AddNewRowControl : VirtualizingCellsControl

    Constructors

    AddNewRowControl()

    Initializes a new instance of AddNewRowControl class.

    Declaration
    public AddNewRowControl()

    Fields

    AddNewRowTextProperty

    Dependency registration for AddNewRowText property.

    Declaration
    public static readonly DependencyProperty AddNewRowTextProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    TextBorderClipProperty

    Dependency registration for TextBorderClip property.

    Declaration
    public static readonly DependencyProperty TextBorderClipProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    TextMarginProperty

    Dependency registration for TextMargin property.

    Declaration
    public static readonly DependencyProperty TextMarginProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    Properties

    AddNewRowText

    Get or Set the text displayed in AddNewROw watermark.

    Declaration
    public string AddNewRowText { get; set; }
    Property Value
    Type
    System.String

    TextBorderClip

    Gets or sets the RectangleGeometry for the TextBorderClip.

    Declaration
    public RectangleGeometry TextBorderClip { get; set; }
    Property Value
    Type
    Windows.UI.Xaml.Media.RectangleGeometry

    TextMargin

    Property which helps to position the AddNewRow text when the row header is displayed.

    Declaration
    public Thickness TextMargin { get; set; }
    Property Value
    Type
    Windows.UI.Xaml.Thickness

    Methods

    OnApplyTemplate()

    Invoked to apply template for AddNewRowControl.

    Declaration
    protected override void OnApplyTemplate()
    Overrides
    VirtualizingCellsControl.OnApplyTemplate()

    OnLoaded(Object, RoutedEventArgs)

    Invoked when the AddNewRowControl is loaded.

    Declaration
    protected override void OnLoaded(object sender, RoutedEventArgs e)
    Parameters
    Type Name Description
    System.Object sender
    Windows.UI.Xaml.RoutedEventArgs e
    Overrides
    VirtualizingCellsControl.OnLoaded(Object, RoutedEventArgs)

    OnSizeChanged(Object, SizeChangedEventArgs)

    Invoked when the size changed.

    Declaration
    protected override void OnSizeChanged(object sender, SizeChangedEventArgs e)
    Parameters
    Type Name Description
    System.Object sender
    Windows.UI.Xaml.SizeChangedEventArgs e
    Overrides
    VirtualizingCellsControl.OnSizeChanged(Object, SizeChangedEventArgs)

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved