[]
        
(Showing Draft Content)

C1.WPF.InputPanel.C1InputNumericBox

C1InputNumericBox Class

Displays and edits the numeric type of data.

Namespace: C1.WPF.InputPanel
Assembly: C1.WPF.InputPanel.4.6.2.dll
Syntax
[TemplatePart(Name = "Content", Type = typeof(C1NumericBox))]
public class C1InputNumericBox : C1InputBase, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild

Constructors

Name Description
C1InputNumericBox()

Initializes a new instance of a C1InputNumericBox.

Fields

Name Description
AllowNullProperty

Identifies the AllowNull dependency property.

FormatProperty

Identifies the Format dependency property.

Properties

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.

Methods

Name Description
OnApplyTemplate()

Builds the visual tree for the C1InputNumericBox control when a new template is applied.