Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / DropDownItemBaseControl Class / CommandProperty Field


In This Topic
    CommandProperty Field (DropDownItemBaseControl)
    In This Topic
    Indicates a command dependency property.
    Syntax
    'Declaration
     
    Public Shared ReadOnly CommandProperty As DependencyProperty
    'Usage
     
    Dim value As DependencyProperty
     
    value = DropDownItemBaseControl.CommandProperty
    public static readonly DependencyProperty CommandProperty
    See Also