| DropDownButtonDropDownButtonCommand Property |
The dropdown button command property
Namespace: SandcastleBuilder.WPF.ControlsAssembly: SandcastleBuilder.WPF (in SandcastleBuilder.WPF.dll) Version: 2014.11.22.0
Syntax public ICommand DropDownButtonCommand { get; set; }
Public Property DropDownButtonCommand As ICommand
Get
Set
public:
property ICommand^ DropDownButtonCommand {
ICommand^ get ();
void set (ICommand^ value);
}
member DropDownButtonCommand : ICommand with get, set
Property Value
Type:
ICommandSee Also