Skip to main content
All docs
V23.2

TokenEdit.QueryAdvancedModeEventArgs.GetParent<TContainer>() Method

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public TContainer GetParent<TContainer>()
    where TContainer : Control

Type Parameters

Name
TContainer

Returns

Type
TContainer
See Also