Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / FilterButton Class / CommandTarget Property


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