PersistentRepository.SetParentComponent(Component) Method
In This Article
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
NuGet Package: DevExpress.Win.Navigation
#Declaration
[EditorBrowsable(EditorBrowsableState.Never)]
public void SetParentComponent(
Component parentComponent
)
#Parameters
Name | Type |
---|---|
parent |
Component |
See Also