HierarchicalDataSourceIDConverter.IsValidDataSource Method
.NET Framework 3.0
Gets a value indicating whether the specified component is a valid data source.
Namespace: System.Web.UI.Design.WebControls
Assembly: System.Design (in system.design.dll)
Assembly: System.Design (in system.design.dll)
protected boolean IsValidDataSource ( IComponent component )
protected override function IsValidDataSource ( component : IComponent ) : boolean
Not applicable.
Parameters
- component
An object that implements the IComponent.
Return Value
true if component is a valid data source; otherwise, false.The IsValidDataSource method considers component a valid data source if it implements the IHierarchicalDataSource interface.
Community Additions
ADD
Show: