BaseContentContainer.UpdateDocumentActions() Method
Refreshes document actions displayed within this BaseContentContainer‘s child documents.
Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Remarks
Normally, adding or removing document actions on the ISupportDocumentActions.OnQueryDocumentActions or WindowsUIView.QueryDocumentActions events does not require updating the container manually. If needed, call the UpdateDocumentActions method to update these actions.
See Also