menu

UWP

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

    Show / Hide Table of Contents

    Class NumericButton

    Inheritance
    System.Object
    NumericButton
    Namespace: Syncfusion.UI.Xaml.Controls.DataPager
    Assembly: Syncfusion.SfGrid.UWP.dll
    Syntax
    public sealed class NumericButton : ContentControl

    Constructors

    NumericButton()

    Declaration
    public NumericButton()

    Fields

    ElipsisPositionProperty

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

    HighlightForegroundBrushProperty

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

    HighlightingThemeBrushProperty

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

    IsCurrentPageProperty

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

    IsElipsisElementProperty

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

    PageIndexProperty

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

    Properties

    ElipsisPosition

    Declaration
    public ElipsisPosition ElipsisPosition { get; set; }
    Property Value
    Type
    ElipsisPosition

    HighlightForegroundBrush

    Declaration
    public Brush HighlightForegroundBrush { get; set; }
    Property Value
    Type
    Windows.UI.Xaml.Media.Brush

    HighlightingThemeBrush

    Declaration
    public Brush HighlightingThemeBrush { get; set; }
    Property Value
    Type
    Windows.UI.Xaml.Media.Brush

    IsCurrentPage

    Declaration
    public bool IsCurrentPage { get; set; }
    Property Value
    Type
    System.Boolean

    IsElipsisElement

    Declaration
    public bool IsElipsisElement { get; set; }
    Property Value
    Type
    System.Boolean

    PageIndex

    Declaration
    public int PageIndex { get; set; }
    Property Value
    Type
    System.Int32

    Methods

    OnApplyTemplate()

    Declaration
    protected override void OnApplyTemplate()

    OnPointerEntered(PointerRoutedEventArgs)

    Declaration
    protected override void OnPointerEntered(PointerRoutedEventArgs e)
    Parameters
    Type Name Description
    Windows.UI.Xaml.Input.PointerRoutedEventArgs e

    OnPointerExited(PointerRoutedEventArgs)

    Declaration
    protected override void OnPointerExited(PointerRoutedEventArgs e)
    Parameters
    Type Name Description
    Windows.UI.Xaml.Input.PointerRoutedEventArgs e

    OnPointerPressed(PointerRoutedEventArgs)

    Declaration
    protected override void OnPointerPressed(PointerRoutedEventArgs e)
    Parameters
    Type Name Description
    Windows.UI.Xaml.Input.PointerRoutedEventArgs e

    OnPointerReleased(PointerRoutedEventArgs)

    Declaration
    protected override void OnPointerReleased(PointerRoutedEventArgs e)
    Parameters
    Type Name Description
    Windows.UI.Xaml.Input.PointerRoutedEventArgs e

    Extension Methods

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