I have a infragistics textbox. I want to remove its border. and I am not sure how to do it?
this._myTextTextBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.None;
This is what i thought should work fine for me, but its not giving any fruitful result.
Thanks.
After assigning border style, you need to do this.
I feel the solution is more generic and not specific to Infragistics. Thanks to Boris who guided me to this from Infragistics Inc.
Hope it helps.