BooleanToGridFilterRowPositionConverterConvert Method

Converts a value to FixedTop and to None.

Definition

Namespace: Aliquo.Windows.Controls
Assembly: Aliquo.Windows.Controls (in Aliquo.Windows.Controls.dll) Version: 5.0.9179.22656
C#
public Object Convert(
	Object value,
	Type targetType,
	Object parameter,
	CultureInfo culture
)

Parameters

value  Object
Object with the value to evaluate.
targetType  Type
Type with the target type to convert the value.
parameter  Object
Object with the specifying parameter.
culture  CultureInfo
CultureInfo to use for the conversion.

Return Value

Object
Object with the converted result.

Implements

IValueConverterConvert(Object, Type, Object, CultureInfo)

See Also