[]
Displays and edits the numeric type of data.
[TemplatePart(Name = "Content", Type = typeof(C1NumericBox))]
public class C1InputNumericBox : C1InputBase, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild
| Name | Description |
|---|---|
| C1InputNumericBox() | Initializes a new instance of a C1InputNumericBox. |
| Name | Description |
|---|---|
| AllowNullProperty | Identifies the AllowNull dependency property. |
| FormatProperty | Identifies the Format dependency property. |
| Name | Description |
|---|---|
| AllowNull | Gets or sets a value indicating whether the editing control allows null values. |
| Format | Gets or sets the value for the Format of the C1.WPF.C1NumericBox. |
| Name | Description |
|---|---|
| OnApplyTemplate() | Builds the visual tree for the C1InputNumericBox control when a new template is applied. |