FilterRepeater.GetFilteredColumns Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns an enumeration of the sortable columns that belong to the table that is associated with the current FilterRepeater control.
protected public:
virtual System::Collections::Generic::IEnumerable<System::Web::DynamicData::MetaColumn ^> ^ GetFilteredColumns();
protected internal 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>
Protected Friend Overridable Function GetFilteredColumns () As IEnumerable(Of MetaColumn)
Returns
An enumeration of the sortable columns that belong to the table that is associated with the current FilterRepeater control.
Remarks
By default, foreign-key columns and Boolean columns are sortable.
Applies to
Vertu í samstarfi við okkur á GitHub
Heimildina fyrir þetta efni er að finna á GitHub, þar sem þú getur líka búið til og farið yfir vandamál og sameinað beiðnir. Frekari upplýsingar er að finna í framlagshandbók okkar.