HtmlSelect.IsBoundUsingDataSourceID Property

Definition

Gets a value indicating whether a DataSourceID property is defined for the HtmlSelect control.

protected:
 property bool IsBoundUsingDataSourceID { bool get(); };
protected bool IsBoundUsingDataSourceID { get; }
member this.IsBoundUsingDataSourceID : bool
Protected ReadOnly Property IsBoundUsingDataSourceID As Boolean

Property Value

true if a data source control is defined; otherwise, false.

Remarks

If the length of the string representing the DataSourceID property string is greater than zero, then IsBoundUsingDataSourceID returns true.

Applies to

See also