Overview

This section is intended to give you a broad understanding of the possible ways in which you can change the visual appearance of the RadMaskedInput controls. There is also comprehensive information about their ControlTemplates. You will need this information if you want to customize its appearance.

You can modify the look of a RadMaskedInput control by either changing some of the resources exposed by the API, or by modifying its ControlTemplate. In the control template you are allowed to reorder the template parts and add your own elements. However, when changing the control template you should be careful to include all required parts.

To find out how to modify the RadControls' theme read this topic.

See Also

In this article