Modify DevExpress XtraEditor PopupContainerEdit Footer

1.5k views Asked by At

PopupContainerEdit

How can I modify the Footer in a DevExpress PopupContainerEdit.

The screenshot is from the DevExpress online docs: http://documentation.devexpress.com/#WindowsForms/CustomDocument612

I am using the PopupContainerEdit and have assigned a PopupContainerControl but I only have a close button at the bottom left corner, but what I want to have a Ok and a Cancel button myself.

1

There are 1 answers

1
platon On BEST ANSWER

You should hide the standard close button (popupContainerEdit.Properties.ShowPopupCloseButton = false) and add all the required buttons to the PopupContainerControl yourself.