Table of Contents

Class NumericTextBoxExtension

Namespace
Alternet.Editor.Wpf
Assembly
Alternet.Editor.Wpf.v9.dll

Represents extension for textbox numeric input.

public static class NumericTextBoxExtension
Inheritance
NumericTextBoxExtension

Fields

IsNumericOnlyProperty

TextBox Attached Dependency Property.

Methods

GetIsNumericOnly(DependencyObject)

Gets the IsNumericOnly property. This dependency property indicates the text box only allows numeric or not.

SetIsNumericOnly(DependencyObject, bool)

Sets the IsNumericOnly property. This dependency property indicates the text box only allows numeric or not.