MetaTable.GetFilteredColumns Method

Definition

Retrieves a list of columns that are filterable.

public:
 virtual System::Collections::Generic::IEnumerable<System::Web::DynamicData::MetaColumn ^> ^ GetFilteredColumns();
public virtual System.Collections.Generic.IEnumerable<System.Web.DynamicData.MetaColumn> GetFilteredColumns ();
abstract member GetFilteredColumns : unit -> seq<System.Web.DynamicData.MetaColumn>
override this.GetFilteredColumns : unit -> seq<System.Web.DynamicData.MetaColumn>
Public Overridable Function GetFilteredColumns () As IEnumerable(Of MetaColumn)

Returns

A list of columns that are filterable.

Remarks

A column is filterable if it is annotated with the DisplayColumnAttribute attribute and the Enabled property of the FilterAttribute attribute of the column is set to true.

Applies to