SfDataGridBehaviorSetFilterElementTemplate Method

Sets the value of the FilterElementTemplateProperty attached property for the indicated column.

Definition

Namespace: Aliquo.Windows.Controls
Assembly: Aliquo.Windows.Controls (in Aliquo.Windows.Controls.dll) Version: 5.0.9179.22656
C#
public static void SetFilterElementTemplate(
	GridColumn element,
	DataTemplate value
)

Parameters

element  GridColumn
value  DataTemplate

See Also