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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.