SplitButton.CommandParameter Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the parameter to pass to the Command property.
Equivalent WinUI 2 API for UWP: Microsoft.UI.Xaml.Controls.SplitButton.CommandParameter (for WinUI in the Windows App SDK, see the Windows App SDK namespaces).
public:
property Platform::Object ^ CommandParameter { Platform::Object ^ get(); void set(Platform::Object ^ value); };
IInspectable CommandParameter();
void CommandParameter(IInspectable value);
public object CommandParameter { get; set; }
var object = splitButton.commandParameter;
splitButton.commandParameter = object;
Public Property CommandParameter As Object
Property Value
The parameter to pass to the Command property. The default is null.