Inheritance
System.Object
NumericButton
Assembly: Syncfusion.SfGrid.WPF.dll
public sealed class NumericButton : ContentControl
Constructors
Declaration
Fields
Declaration
public static readonly DependencyProperty ElipsisPositionProperty
Field Value
Type |
System.Windows.DependencyProperty |
Declaration
public static readonly DependencyProperty HighlightForegroundBrushProperty
Field Value
Type |
System.Windows.DependencyProperty |
Declaration
public static readonly DependencyProperty HighlightingThemeBrushProperty
Field Value
Type |
System.Windows.DependencyProperty |
Declaration
public static readonly DependencyProperty IsCurrentPageProperty
Field Value
Type |
System.Windows.DependencyProperty |
Declaration
public static readonly DependencyProperty IsElipsisElementProperty
Field Value
Type |
System.Windows.DependencyProperty |
Declaration
public static readonly DependencyProperty PageIndexProperty
Field Value
Type |
System.Windows.DependencyProperty |
Properties
Declaration
public ElipsisPosition ElipsisPosition { get; set; }
Property Value
Declaration
public Brush HighlightForegroundBrush { get; set; }
Property Value
Type |
System.Windows.Media.Brush |
Declaration
public Brush HighlightingThemeBrush { get; set; }
Property Value
Type |
System.Windows.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
public override void OnApplyTemplate()
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 |
|
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 |
|
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 |
|
Declaration
protected override void OnMouseUp(MouseButtonEventArgs e)
Parameters
Type |
Name |
Description |
System.Windows.Input.MouseButtonEventArgs |
e |
|
Declaration
protected override void OnTouchDown(TouchEventArgs e)
Parameters
Type |
Name |
Description |
System.Windows.Input.TouchEventArgs |
e |
|
Declaration
protected override void OnTouchUp(TouchEventArgs e)
Parameters
Type |
Name |
Description |
System.Windows.Input.TouchEventArgs |
e |
|