PropertyGrid for WPF | ComponentOne
C1.WPF.PropertyGrid Namespace / GridLengthEditor Class / ApplyEditorStyleProperties Method
The parent property grid.
The editor.

In This Topic
    ApplyEditorStyleProperties Method (GridLengthEditor)
    In This Topic
    Applies the Editor properties specified in the C1PropertyGrid.
    Syntax
    'Declaration
     
    
    Protected Sub ApplyEditorStyleProperties( _
       ByVal parent As C1PropertyGrid, _
       ByVal editor As FrameworkElement _
    ) 
    protected void ApplyEditorStyleProperties( 
       C1PropertyGrid parent,
       FrameworkElement editor
    )

    Parameters

    parent
    The parent property grid.
    editor
    The editor.
    See Also