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

Properties

Name Value 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 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.