- 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 |
---|---|---|
Buttons |
Identifies the
ButtonsAlignment dependency property.static
|
|
CultureProperty |
Identifies the
Culture dependency property.static
|
|
Decimal |
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
|
|
Hide |
Identifies the
HideUpDownButtons dependency property.static
|
|
Intercept |
Identifies the
InterceptArrowKeys dependency property.static
|
|
Intercept |
Identifies the
InterceptManualEnter dependency property.static
|
|
Intercept |
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
|
|
Numeric |
Identifies the
NumericInputMode dependency property.static
|
|
Snap |
Identifies the
SnapToMultipleOfInterval dependency property.static
|
|
SpeedupProperty |
Identifies the
Speedup dependency property.static
|
|
StringFormatProperty |
Identifies the
StringFormat dependency property.static
|
|
Switch |
Identifies the
SwitchUpDownButtons dependency property.static
|
|
Text |
static
|
|
Track |
Identifies the
TrackMouseWheelWhenMouseOver dependency property.static
|
|
Up |
Identifies the
UpDownButtonsWidth dependency property.static
|
Properties
Name | Value | Summary |
---|---|---|
ButtonsAlignment | ButtonsAlignment | |
Culture | CultureInfo | |
Decimal |
Decimal |
Gets or sets the decimal-point correction mode. The default is
Inherits
|
Default |
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 | |
Snap |
bool | |
Speedup | bool | |
StringFormat | string |
Gets or sets the formatting for the displaying value.
|
SwitchUpDownButtons | bool | |
TextAlignment | TextAlignment | |
Track |
bool | |
UpDownButtonsWidth | double |
Methods
Name | Value | Summary |
---|---|---|
Generate |
FrameworkElement | |
GenerateElement |
FrameworkElement | |
PrepareCellForEdit |
object |
Called when a cell has just switched to edit mode.
|
RefreshCellContent |
void |
Rebuilds the contents of a cell in the column in response to a binding change.
|