DataGridNumericUpDownColumn Class
Namespace
MahApps.Metro.Controls
Base Types
  • DataGridBoundColumn
graph BT Type-->Base0["DataGridBoundColumn"] Type["DataGridNumericUpDownColumn"] class Type type-node

Syntax

public class DataGridNumericUpDownColumn : DataGridBoundColumn

Fields

Name Field Type Constant Value Summary
ButtonsAlignmentProperty DependencyProperty
Identifies the ButtonsAlignment dependency property.
static
CultureProperty DependencyProperty
Identifies the Culture dependency property.
static
DecimalPointCorrectionProperty DependencyProperty
Identifies the DecimalPointCorrection dependency property.
static
DelayProperty DependencyProperty
Identifies the Delay dependency property.
static
FontFamilyProperty DependencyProperty
Identifies the FontFamily dependency property.
static
FontSizeProperty DependencyProperty
Identifies the FontSize dependency property.
static
FontStyleProperty DependencyProperty
Identifies the FontStyle dependency property.
static
FontWeightProperty DependencyProperty
Identifies the FontWeight dependency property.
static
ForegroundProperty DependencyProperty
Identifies the Foreground dependency property.
static
HideUpDownButtonsProperty DependencyProperty
Identifies the HideUpDownButtons dependency property.
static
InterceptArrowKeysProperty DependencyProperty
Identifies the InterceptArrowKeys dependency property.
static
InterceptManualEnterProperty DependencyProperty
Identifies the InterceptManualEnter dependency property.
static
InterceptMouseWheelProperty DependencyProperty
Identifies the InterceptMouseWheel dependency property.
static
IntervalProperty DependencyProperty
Identifies the Interval dependency property.
static
MaximumProperty DependencyProperty
Identifies the Maximum dependency property.
static
MinimumProperty DependencyProperty
Identifies the Minimum dependency property.
static
NumericInputModeProperty DependencyProperty
Identifies the NumericInputMode dependency property.
static
SnapToMultipleOfIntervalProperty DependencyProperty
Identifies the SnapToMultipleOfInterval dependency property.
static
SpeedupProperty DependencyProperty
Identifies the Speedup dependency property.
static
StringFormatProperty DependencyProperty
Identifies the StringFormat dependency property.
static
SwitchUpDownButtonsProperty DependencyProperty
Identifies the SwitchUpDownButtons dependency property.
static
TextAlignmentProperty DependencyProperty
static
TrackMouseWheelWhenMouseOverProperty DependencyProperty
Identifies the TrackMouseWheelWhenMouseOver dependency property.
static
UpDownButtonsWidthProperty DependencyProperty
Identifies the UpDownButtonsWidth dependency property.
static

Properties

Name Property Type Summary
ButtonsAlignment ButtonsAlignment
Culture CultureInfo
DecimalPointCorrection DecimalPointCorrectionMode
Gets or sets the decimal-point correction mode. The default is Inherits
DefaultEditingElementStyle Style
static
DefaultElementStyle Style
static
Delay int
FontFamily FontFamily
The font family of the desired font.
FontSize double
The size of the desired font.
FontStyle FontStyle
The style of the desired font.
FontWeight FontWeight
The weight or thickness of the desired font.
Foreground Brush
An brush that describes the foreground color. This overrides the cell foreground inherited color.
HideUpDownButtons bool
InterceptArrowKeys bool
InterceptManualEnter bool
InterceptMouseWheel bool
Interval double
Maximum double
Minimum double
NumericInputMode NumericInput
SnapToMultipleOfInterval bool
Speedup bool
StringFormat string
Gets or sets the formatting for the displaying value.
SwitchUpDownButtons bool
TextAlignment TextAlignment
TrackMouseWheelWhenMouseOver bool
UpDownButtonsWidth double

Methods

Name Return Value Summary
GenerateEditingElement(DataGridCell, object) FrameworkElement
GenerateElement(DataGridCell, object) FrameworkElement
PrepareCellForEdit(FrameworkElement, RoutedEventArgs) object
Called when a cell has just switched to edit mode.
RefreshCellContent(FrameworkElement, string) void
Rebuilds the contents of a cell in the column in response to a binding change.