Inheritance
System.Object
NumericButton
Assembly: Syncfusion.SfGrid.UWP.dll
public sealed class NumericButton : ContentControl
Constructors
Declaration
Fields
Declaration
public static readonly DependencyProperty ElipsisPositionProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
Declaration
public static readonly DependencyProperty HighlightForegroundBrushProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
Declaration
public static readonly DependencyProperty HighlightingThemeBrushProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
Declaration
public static readonly DependencyProperty IsCurrentPageProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
Declaration
public static readonly DependencyProperty IsElipsisElementProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
Declaration
public static readonly DependencyProperty PageIndexProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
Properties
Declaration
public ElipsisPosition ElipsisPosition { get; set; }
Property Value
Declaration
public Brush HighlightForegroundBrush { get; set; }
Property Value
Type |
Windows.UI.Xaml.Media.Brush |
Declaration
public Brush HighlightingThemeBrush { get; set; }
Property Value
Type |
Windows.UI.Xaml.Media.Brush |
Declaration
public bool IsCurrentPage { get; set; }
Property Value
Declaration
public bool IsElipsisElement { get; set; }
Property Value
Declaration
public int PageIndex { get; set; }
Property Value
Methods
Declaration
protected override void OnApplyTemplate()
Declaration
protected override void OnPointerEntered(PointerRoutedEventArgs e)
Parameters
Type |
Name |
Description |
Windows.UI.Xaml.Input.PointerRoutedEventArgs |
e |
|
Declaration
protected override void OnPointerExited(PointerRoutedEventArgs e)
Parameters
Type |
Name |
Description |
Windows.UI.Xaml.Input.PointerRoutedEventArgs |
e |
|
Declaration
protected override void OnPointerPressed(PointerRoutedEventArgs e)
Parameters
Type |
Name |
Description |
Windows.UI.Xaml.Input.PointerRoutedEventArgs |
e |
|
Declaration
protected override void OnPointerReleased(PointerRoutedEventArgs e)
Parameters
Type |
Name |
Description |
Windows.UI.Xaml.Input.PointerRoutedEventArgs |
e |
|
Extension Methods