SfDataGridBehaviorGetFilterElementSource Method

Gets 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 IList<FilterElement> GetFilterElementSource(
	GridColumn element
)

Parameters

element  GridColumn
GridColumn with the element.

Return Value

IListFilterElement
List<FilterElement> with the filter element source.

See Also