<Code Lib>
2025.3 Property
Changes 0
P

FilterDialog.NewFilterName

Description:
The name of the new ParameterFilterElement to be created and selected once Show is invoked.

public string NewFilterName { get; set; }

  • When setting this property: newFilterName is an empty string. -or- When setting this property: newFilterName cannot include prohibited characters, such as "{, }, [, ], |, ;, less-than sign, greater-than sign, ?, `, ~". -or- When setting this property: The supplied filter name newFilterName is not unique.
  • When setting this property: A non-optional argument was null

Loading…