Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / RangeGroupButtonPresenter Class / Command Property


In This Topic
    Command Property (RangeGroupButtonPresenter)
    In This Topic
    Syntax
    'Declaration
     
    <BindableAttribute(True)>
    <CategoryAttribute("Action")>
    <LocalizabilityAttribute(LocalizationCategory.NeverLocalize)>
    Public Property Command As ICommand
    'Usage
     
    Dim instance As RangeGroupButtonPresenter
    Dim value As ICommand
     
    instance.Command = value
     
    value = instance.Command
    [Bindable(true)]
    [Category("Action")]
    [Localizability(LocalizationCategory.NeverLocalize)]
    public ICommand Command {get; set;}
    See Also