Sunday, August 23, 2009

Setting up Devexpress ribbon

Heres what I do:
  1. After adding the ribbon change the Form to inherit from: DevExpress.XtraBars.Ribbon.RibbonForm
  2. Drag and drop defaultlookandfeel component onto the form.
  3. Set the theme by selecting the defaultlookandfeel control.
Themes are all set. Now setup the icon:
  1. Select the form and point icon to an ico file.
  2. Select the ribbon and set applicationicon property to a PNG file (preferably 24x24 version of the ico file :) )

No comments:

Post a Comment