SfDataGridBehaviorSetFilterElementSource Method

Sets the value for the attached property FilterElementSourceProperty

Definition

Namespace: Aliquo.Windows.Controls
Assembly: Aliquo.Windows.Controls (in Aliquo.Windows.Controls.dll) Version: 5.0.9179.22656
C#
public static void SetFilterElementSource(
	GridColumn element,
	IList<FilterElement> value
)

Parameters

element  GridColumn
GridColumn with the element.
value  IListFilterElement
List<FilterElement> with the value.

See Also