DataSourceControl.HasControls Method

Definition

Determines if the server control contains any child controls.

public:
 override bool HasControls();
public override bool HasControls ();
override this.HasControls : unit -> bool
Public Overrides Function HasControls () As Boolean

Returns

true if the control contains other controls; otherwise, false.

Applies to