Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / DropDownButton Class / CoerceValue Method


In This Topic
    CoerceValue Method (DropDownButton)
    In This Topic
    Syntax
    'Declaration
     
    Public Sub CoerceValue( _
       ByVal dp As DependencyProperty _
    ) 
    'Usage
     
    Dim instance As DropDownButton
    Dim dp As DependencyProperty
     
    instance.CoerceValue(dp)
    public void CoerceValue( 
       DependencyProperty dp
    )

    Parameters

    dp
    See Also