PropertyGrid for WPF | ComponentOne
C1.WPF.PropertyGrid Namespace / DateTimeEditor Class / Attach Method

In This Topic
    Attach Method (DateTimeEditor)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overrides Sub Attach( _
       ByVal dateTimePicker As C1.WPF.DateTimeEditors.C1DateTimePicker, _
       ByVal group As PropertyGroup, _
       ByVal valueChanged As Action(Of C1DateTimePicker,Object) _
    ) 
    public override void Attach( 
       C1.WPF.DateTimeEditors.C1DateTimePicker dateTimePicker,
       PropertyGroup group,
       Action<C1DateTimePicker,object> valueChanged
    )

    Parameters

    dateTimePicker
    group
    valueChanged
    See Also