Skip to main content
A newer version of this page is available. .

Flyout.UpdateDocumentActions() Method

Refreshes document actions displayed within this Flyout.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

public override sealed void UpdateDocumentActions()

Remarks

Normally, adding or removing document actions on the ISupportDocumentActions.OnQueryDocumentActions or WindowsUIView.QueryDocumentActions events does not require updating the flyout manually. If needed, call the UpdateDocumentActions method to update these actions.

See Also