BaseLayoutItem.RestoreFromCustomization Method
Name | Parameters | Description |
---|---|---|
RestoreFromCustomization() | none | Restores the current layout item from the Customization Form and adds it to the root group with the default layout type. |
RestoreFromCustomization(BaseLayoutItem, InsertType) | baseItem, insertType | Restores the current layout item from the Customization Form and adds it to the parent group of the specified item at the specified visual position. |
RestoreFromCustomization(LayoutItemDragController) | controller | Restores the current layout item from the Customization Form and displays it at the specified position within the LayoutControl. |
RestoreFromCustomization(LayoutGroup) | parent | Restores the current layout item from the Customization Form and adds it to the specified group with the default layout type. |