PersistentRepository.SetParentComponent(Component) Method
This method supports the internal infrastructure and is not intended to be called directly from your code.
Namespace: DevExpress.XtraEditors.Repository
Assembly: DevExpress.XtraEditors.v24.2.dll
Declaration
[EditorBrowsable(EditorBrowsableState.Never)]
public void SetParentComponent(
Component parentComponent
)
Parameters
Name | Type |
---|---|
parentComponent | Component |
See Also