WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class NumericButton - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class NumericButton

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

    Constructors

    NumericButton()

    Declaration
    public NumericButton()

    Fields

    ElipsisPositionProperty

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

    HighlightForegroundBrushProperty

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

    HighlightingThemeBrushProperty

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

    IsCurrentPageProperty

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

    IsElipsisElementProperty

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

    PageIndexProperty

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

    Properties

    ElipsisPosition

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

    HighlightForegroundBrush

    Declaration
    public Brush HighlightForegroundBrush { get; set; }
    Property Value
    Type Description
    System.Windows.Media.Brush

    HighlightingThemeBrush

    Declaration
    public Brush HighlightingThemeBrush { get; set; }
    Property Value
    Type Description
    System.Windows.Media.Brush

    IsCurrentPage

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

    IsElipsisElement

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

    PageIndex

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

    Methods

    OnApplyTemplate()

    Declaration
    public override void OnApplyTemplate()

    OnMouseDown(MouseButtonEventArgs)

    Changed to Pressed state when the mouse down on Button.

    Declaration
    protected override void OnMouseDown(MouseButtonEventArgs e)
    Parameters
    Type Name Description
    System.Windows.Input.MouseButtonEventArgs e

    OnMouseEnter(MouseEventArgs)

    Changed to MouseOver state when mouse enters in to the Button.

    Declaration
    protected override void OnMouseEnter(MouseEventArgs e)
    Parameters
    Type Name Description
    System.Windows.Input.MouseEventArgs e

    OnMouseLeave(MouseEventArgs)

    Changed to Normal state when mouse leaves the Button.

    Declaration
    protected override void OnMouseLeave(MouseEventArgs e)
    Parameters
    Type Name Description
    System.Windows.Input.MouseEventArgs e

    OnMouseUp(MouseButtonEventArgs)

    Declaration
    protected override void OnMouseUp(MouseButtonEventArgs e)
    Parameters
    Type Name Description
    System.Windows.Input.MouseButtonEventArgs e

    OnTouchDown(TouchEventArgs)

    Declaration
    protected override void OnTouchDown(TouchEventArgs e)
    Parameters
    Type Name Description
    System.Windows.Input.TouchEventArgs e

    OnTouchUp(TouchEventArgs)

    Declaration
    protected override void OnTouchUp(TouchEventArgs e)
    Parameters
    Type Name Description
    System.Windows.Input.TouchEventArgs e
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved