Table of Contents

Property CommandParameter

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

CommandParameter

The parameter that will be passed to the command when executing the command. The property may be implemented as read-write if desired.

public virtual object? CommandParameter { get; set; }

Property Value

object