Class AddNewRowControl
Inherited Members
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
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
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 |