FilterRepeater.GetFilteredColumns Method ()

 

Returns an enumeration of the sortable columns that belong to the table that is associated with the current FilterRepeater control.

Namespace:   System.Web.DynamicData
Assembly:  System.Web.DynamicData (in System.Web.DynamicData.dll)

Protected Friend Overridable Function GetFilteredColumns As IEnumerable(Of MetaColumn)

Return Value

Type: System.Collections.Generic.IEnumerable(Of MetaColumn)

An enumeration of the sortable columns that belong to the table that is associated with the current FilterRepeater control.

By default, foreign-key columns and Boolean columns are sortable.

.NET Framework
Available since 3.5
Return to top
Show: