Quantcast
Channel: Visual Studio and Visual Web Developer Express
Viewing all articles
Browse latest Browse all 3509

Clear all Controls in DevExpress

$
0
0

Am using following COde to clear all the control values 

foreach (var control in this.Controls)
{

if (control is DevExpress.XtraEditors.TextEdit)
{

}

}

But in Control Variable the layout control is assigned not the controls inside tat control.. Is there any way to clear all the controls in Form in devexpress


Viewing all articles
Browse latest Browse all 3509

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>