While loading some of the layoutcontrolItem has to be removed from layout control.
Is there any way to remove those?
Presently i am doing like
layoutcontrolItem .HideToCustomization()
layoutcontrolItem .ShowInCustomizationForm =
False
When i did like this, the control will be in layout and an instance that will bw visible false. how to remove compltely?