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


In This Topic
    Command Property (DataValidationListBox)
    In This Topic
    Gets or sets the command to the control.
    Syntax
    'Declaration
     
    Public Property Command As ICommand
    'Usage
     
    Dim instance As DataValidationListBox
    Dim value As ICommand
     
    instance.Command = value
     
    value = instance.Command
    public ICommand Command {get; set;}
    See Also