|
Step 1: In Design Mode, select the Buttons region of a table control. Then, drag a Button(Themed) control from the GEN Tab in the Toolbox and place it next to the Export button.
Step 2: Select Tools, Properties... to display the Properties dialog. Select the newly added button control.
In the Display tab, set these properties:
|
Property
|
Setting
|
|
Button text
|
myButton
|
In the Bindings tab, set these properties:
|
Property
|
Setting
|
|
Action
|
Custom
|
|
Enable client side validation
|
Checked
|
Finally, click OK to close the Properties dialog.
Step 3: Use this wizard to add code customization.
Step 4: Build and run the application.
|