Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / CalculatorButton Class / CommandTarget Property


In This Topic
    CommandTarget Property (CalculatorButton)
    In This Topic
    Syntax
    'Declaration
     
    <BindableAttribute(True)>
    <CategoryAttribute("Action")>
    Public Property CommandTarget As IInputElement
    'Usage
     
    Dim instance As CalculatorButton
    Dim value As IInputElement
     
    instance.CommandTarget = value
     
    value = instance.CommandTarget
    [Bindable(true)]
    [Category("Action")]
    public IInputElement CommandTarget {get; set;}
    See Also