GanttView for WPF | ComponentOne
C1.WPF.GanttView.4.5.2 Assembly / C1.WPF.GanttView Namespace / GanttViewLocalizeExtension Class / GanttViewLocalizeExtension Constructor / GanttViewLocalizeExtension Constructor(String,String)
The System.String value determining resource key. Three types are supported: - "Key" - "Dictinary:Key" - "Assembly:Dictionary:Key
The default value used as fallback string.

In This Topic
    GanttViewLocalizeExtension Constructor(String,String)
    In This Topic
    Initializes a new instance of the GanttViewLocalizeExtension class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal key As String, _
       ByVal defaultValue As String _
    )
    public GanttViewLocalizeExtension( 
       string key,
       string defaultValue
    )

    Parameters

    key
    The System.String value determining resource key. Three types are supported: - "Key" - "Dictinary:Key" - "Assembly:Dictionary:Key
    defaultValue
    The default value used as fallback string.
    See Also