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

IntegerEditControlSetup Class

All the properties necessary to set up an IntegerEditControl.

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

Syntax


public class IntegerEditControlSetup : NumericEditControlSetup<Nullable<int>>
Public Class IntegerEditControlSetup _
	Inherits NumericEditControlSetup(Of Nullable(Of Integer))
public ref class IntegerEditControlSetup : public NumericEditControlSetup<Nullable<int^>>

Inheritance Hierarchy


Object
  RingSoft.DataEntryControls.Engine..::..NumericEditControlSetup<(Of <(<'Nullable<(Of <(<'Int32>)>)>>)>)>
    RingSoft.DataEntryControls.Engine..::..IntegerEditControlSetup