This enumeration is used by the ThemedWindow.ControlBoxButtonSet property.
The following code example demonstrates how to display only the Close and Maximize/Restore control box buttons.
XAML |
<dx:ThemedWindow
...
xmlns:dx="http://schemas.devexpress.com/winfx/2008/xaml/core"
ControlBoxButtonSet="Close,MaximizeRestore">
...
</dx:ThemedWindow>
|
The following image illustrates the result:
