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
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.