| Wijmo Control Toolkit Extender Controls > C1DialogExtender > C1DialogExtender Tutorial > Step 3 of 4: Customizing the Dialog Box |
In this topic you will set some of the properties for the C1DialogExtender.
The markup for the C1DialogExtender will now look like this:
<wijmo:C1DialogExtender ID="Panel1_C1DialogExtender" runat="server"
Modal="True" TargetControlID="Panel1" Theme="midnight"
Title="Overview">
</wijmo:C1DialogExtender>
Now run the project to see the formatted dialog box.