IControlParameterTarget.FilteredColumn Property
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.
Gets the column to which the parameter is being applied, if available.
public:
property System::Web::DynamicData::MetaColumn ^ FilteredColumn { System::Web::DynamicData::MetaColumn ^ get(); };
public System.Web.DynamicData.MetaColumn FilteredColumn { get; }
member this.FilteredColumn : System.Web.DynamicData.MetaColumn
Public ReadOnly Property FilteredColumn As MetaColumn
Property Value
The column to which the parameter is being applied, if available.
Remarks
Implementing this property is optional. A FilterUserControlBase object can provide it, but controls such as the GridView control cannot.
Applies to
Bekerjasama dengan kami di GitHub
Sumber untuk kandungan ini boleh didapati di GitHub, di mana anda juga boleh mencipta dan menyemak isu dan menarik permintaan. Untuk maklumat lanjut, lihat panduan penyumbang kami.