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

DecimalEditControlSetup Class

All the properties necessary to set up a DecimalEditControl.

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

Syntax


public class DecimalEditControlSetup : NumericEditControlSetup<Nullable<double>>
Public Class DecimalEditControlSetup _
	Inherits NumericEditControlSetup(Of Nullable(Of Double))
public ref class DecimalEditControlSetup : public NumericEditControlSetup<Nullable<double^>>

Inheritance Hierarchy


Object
  RingSoft.DataEntryControls.Engine..::..NumericEditControlSetup<(Of <(<'Nullable<(Of <(<'Double>)>)>>)>)>
    RingSoft.DataEntryControls.Engine..::..DecimalEditControlSetup