Click or drag to resize

SaveFileOptionsAddFilter Method

Adds a file filter string to show in the save file dialog.

Namespace: Altaxo.Gui
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public SaveFileOptions AddFilter(
	string filter,
	string description
)

Parameters

filter  String
The file filter string.
description  String
The filter description.

Return Value

SaveFileOptions
The current options instance.
See Also