1. Create new project and add RadTextBox inside a user control. 2. Set its Dock property to Left. 3. Add custom button items in its layout by using RadButtonElement and StackLayoutElement. 4. Set a default value to the text box when handling the form Load event. 5. Run the project.