RingSoft.DataEntryControls.Engine.Annotations Namespace
RingSoft.DataEntryControls.WPF Namespace

DecimalEditControl Class

A control that edits decimal values. Implements the NumericEditControl<(Of <(<'T>)>)>

Namespace:  RingSoft.DataEntryControls.WPF
Assembly:  RingSoft.DataEntryControls.WPF (in RingSoft.DataEntryControls.WPF.dll)

Syntax


[TemplatePartAttribute]
public class DecimalEditControl : NumericEditControl<Nullable<double>>
<TemplatePartAttribute> _
Public Class DecimalEditControl _
	Inherits NumericEditControl(Of Nullable(Of Double))
[TemplatePartAttribute]
public ref class DecimalEditControl : public NumericEditControl<Nullable<double^>>

Inheritance Hierarchy


Object
  DispatcherObject
    DependencyObject
      Visual
        UIElement
          FrameworkElement
            Control
              RingSoft.DataEntryControls.WPF..::..DropDownEditControl
                RingSoft.DataEntryControls.WPF..::..NumericEditControl<(Of <(<'Nullable<(Of <(<'Double>)>)>>)>)>
                  RingSoft.DataEntryControls.WPF..::..DecimalEditControl