Skip to main content
Bar

BarEditItemLink.PostEditor() Method

Saves changes made by the item link editor.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public virtual void PostEditor()

Remarks

This method is called when a user clicks the “OK” button within a specific editor or presses the “Enter” key after modifying the editor’s value.

See Also