Gets or sets the parameter used by this condition.

Namespace:  C1.Silverlight.FlexGrid
Assembly:  C1.Silverlight.FlexGridFilter.4 (in C1.Silverlight.FlexGridFilter.4.dll)

Syntax

C#
public Object Parameter {
	[CompilerGeneratedAttribute]
	get;
	[CompilerGeneratedAttribute]
	set;
 }
Visual Basic
Public Property Parameter As Object
	<CompilerGeneratedAttribute> _
	Get
	<CompilerGeneratedAttribute> _
	Set

See Also