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