HtmlSelect.IsBoundUsingDataSourceID Proprietà

Definizione

Ottiene un valore che indica se è stata definita una proprietà DataSourceID per il controllo HtmlSelect.

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

Valore della proprietà

true se un controllo origine dati è definito; in caso contrario, false.

Commenti

Se la lunghezza della stringa che rappresenta la DataSourceID stringa di proprietà è maggiore di zero, IsBoundUsingDataSourceID restituisce true.

Si applica a

Vedi anche