Question

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.

Était-ce utile?

La solution

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

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top