Skip to content

RightPropertiesViewModel.SaveConfiguration property

Defined in

Type: RightPropertiesViewModel 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> SaveConfiguration { get; }

View source

Summary: Gets the command that saves the current configuration settings.

Returns: ReactiveCommand

Remarks

This command can be executed to persist any changes made to the configuration. The command completes when the save operation finishes. Typically used in UI scenarios to trigger saving from a button or menu item.