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
Berkolaborasi dengan kami di GitHub
Sumber untuk konten ini dapat ditemukan di GitHub, yang juga dapat Anda gunakan untuk membuat dan meninjau masalah dan menarik permintaan. Untuk informasi selengkapnya, lihat panduan kontributor kami.