Skip to main content
A newer version of this page is available. .

Common Information and Testing Project

The custom skin created in these tutorials makes the dialogs look like the following:

Graphite - Ready Dialog

Testing Application

  1. In Visual Studio, create a new WinForms application using the “Blank Application” template from the DevExpress Template Gallery. This template replaces the standard form with its DevExpress counterpart that supports skinning.
  2. Remove the Minimize, Maximize and Close form buttons by disabling the MinimizeBox, MaximizeBox and XtraForm.CloseBox properties.
  3. Add a Tab Pane control and set its Dock property to Fill.
  4. Set up the NavigationPageBase.PageText property for each NavigationPage owned by the Tab Pane. This property specifies the caption within page headers.
  5. Add a sample content to each page. For example, the “Recent Projects” tab in this example contains the RecentItemControl populated with pin items.
  6. Remove the outer Recent Item Control borders by setting the BaseControl.BorderStyle property to NoBorder and disable the RecentItemControl.ShowSplitter property to hide the splitter that delimits control in the main and content areas.
  7. Launch the application to see your form with the default “DevExpress Style” skin applied.

    Unskinned Sample

Next Steps

To begin designing a sample custom skin, follow the steps below.