WPF

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class AddNewRowControl

    Show / Hide Table of Contents

    Class AddNewRowControl

    Inheritance
    System.Object
    GridElement
    VirtualizingCellsControl
    AddNewRowControl
    Implements
    System.IDisposable
    Inherited Members
    VirtualizingCellsControl.ScrollAnimation
    VirtualizingCellsControl.SelectionBorderVisiblityProperty
    VirtualizingCellsControl.HighlightSelectionBorderVisiblityProperty
    VirtualizingCellsControl.RowHoverBackgroundBrushProperty
    VirtualizingCellsControl.RowHighlightBorderThicknessProperty
    VirtualizingCellsControl.RowSelectionBrushProperty
    VirtualizingCellsControl.SelectionForegroundBrushProperty
    VirtualizingCellsControl.GroupRowSelectionBrushProperty
    VirtualizingCellsControl.RowHoverForegroundProperty
    VirtualizingCellsControl.SelectionBorderClipRectProperty
    VirtualizingCellsControl.HighlightBorderClipRectProperty
    VirtualizingCellsControl.RowBackgroundClipProperty
    VirtualizingCellsControl.CurrentFocusRowVisibilityProperty
    VirtualizingCellsControl.CurrentFocusBorderMarginProperty
    VirtualizingCellsControl.SetContent()
    VirtualizingCellsControl.OnMouseEnter(MouseEventArgs)
    VirtualizingCellsControl.OnMouseLeave(MouseEventArgs)
    VirtualizingCellsControl.OnCreateScrollAnimation()
    VirtualizingCellsControl.WireEvents()
    VirtualizingCellsControl.UnwireEvents()
    VirtualizingCellsControl.ApplyFixedRowVisualState(Boolean)
    VirtualizingCellsControl.Dispose(Boolean)
    VirtualizingCellsControl.Dispose()
    VirtualizingCellsControl.OnCreateAutomationPeer()
    VirtualizingCellsControl.SelectionBorderVisiblity
    VirtualizingCellsControl.HighlightSelectionBorderVisiblity
    VirtualizingCellsControl.RowHoverBackgroundBrush
    VirtualizingCellsControl.RowHighlightBorderThickness
    VirtualizingCellsControl.RowSelectionBrush
    VirtualizingCellsControl.SelectionForegroundBrush
    VirtualizingCellsControl.GroupRowSelectionBrush
    VirtualizingCellsControl.RowHoverForeground
    VirtualizingCellsControl.SelectionBorderClipRect
    VirtualizingCellsControl.HighlightBorderClipRect
    VirtualizingCellsControl.RowBackgroundClip
    VirtualizingCellsControl.CurrentFocusRowVisibility
    VirtualizingCellsControl.CurrentFocusBorderMargin
    VirtualizingCellsControl.RowBorderState
    GridElement.AnimationOpacityProperty
    GridElement.AnimationOpacity
    Namespace: Syncfusion.UI.Xaml.Grid
    Assembly: Syncfusion.SfGrid.WPF.dll
    Syntax
    public class AddNewRowControl : VirtualizingCellsControl, IDisposable

    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 Description
    System.Windows.DependencyProperty

    TextBorderClipProperty

    Dependency registration for TextBorderClip property.

    Declaration
    public static readonly DependencyProperty TextBorderClipProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    TextMarginProperty

    Dependency registration for TextMargin property.

    Declaration
    public static readonly DependencyProperty TextMarginProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    Properties

    AddNewRowText

    Get or Set the text displayed in AddNewROw watermark.

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

    TextBorderClip

    Gets or sets the RectangleGeometry for the TextBorderClip.

    Declaration
    public RectangleGeometry TextBorderClip { get; set; }
    Property Value
    Type Description
    System.Windows.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 Description
    System.Windows.Thickness

    Methods

    OnApplyTemplate()

    Invoked to apply template for AddNewRowControl.

    Declaration
    public 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
    System.Windows.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
    System.Windows.SizeChangedEventArgs e
    Overrides
    VirtualizingCellsControl.OnSizeChanged(Object, SizeChangedEventArgs)

    Implements

    System.IDisposable
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved