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
Colaborați cu noi pe GitHub
Sursa pentru acest conținut poate fi găsită pe GitHub, unde puteți, de asemenea, să creați și să consultați probleme și solicitări de tragere. Pentru mai multe informații, consultați ghidul nostru pentru colaboratori.