Skip to content

LiveChartViewModel.ExpandMenuBtn property

Defined in

Type: LiveChartViewModel Namespace: CrissCross.WPF.Plot Assembly: CrissCross.WPF.Plot.dll

Applies to

net10.0-windows10.0.19041, net9.0-windows10.0.19041, net8.0-windows10.0.19041, net481

public ReactiveCommand<Unit, Unit>? ExpandMenuBtn { get; }

View source

Summary: Gets the command that expands the menu when executed.

Returns: ReactiveCommand?

Remarks

The command can be bound to UI elements to trigger menu expansion. The property may be null if the command is not available in the current context.