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

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

    Parameters

    datePicker
    group
    valueChanged
    See Also