in
Forums
Blogs
Files
Devexpress.Com
ClientCenter
Support Center
DevExpress Channel

Browse by Tags

  • Handy Code: Allow user to change LookAndFeel at runtime using a DX ListBox Control

    Add a new Project Setting (User,String) and name it 'Theme' - this will remember the user's last theme when opening the form. Insert a DefaultLookAndFeel and a DX ListBox on your form and paste this code in the Form's Sub New() event: DevExpress.UserSkins.BonusSkins.Register() DevExpress...
    Posted to XtraEditors (Forum) by Rafick Sayah on 8/9/2007
    Filed under: LookAndFeel
  • How to take color from current LookAndFeel

    I'm using CustomDrawNodeCell and I need to paint vertical lines with current LookAndFeel BorderColor. During painting when I take e.Appearance.BorderColor I get default BorderColor, still the same, even if LookAndFeel has changed to different colors. Maybe reflection (I've tried but not succeeded...
    Posted to XtraTreeList (Forum) by Krzysztof Morcinek on 11/15/2007
    Filed under: BorderColor, color, colour, LookAndFeel
  • SplitContainerControl background colors

    It seems to me that SplitContainerControl ignores BackColor value - at least I don't see any reaction. This bothers me, because now SplitControls in our application have different backgrounds than the rest of the controls (when using the windows XP themes - when I switch to DevExpress skins, it is...
    Posted to XtraEditors (Forum) by Jakub Malý on 3/11/2008
    Filed under: LookAndFeel, editor painting
  • How to load and select skins in runtime (VB.NET)

    Hi I want to let users select the skins from a menu, somethng like: Appareance Carmel Blue Christmas.... I can make the menu, but I see some samples and all are in C#, Does any one have the code for VB.NET Also, I know I need to register the skins, in all samples this is made in Main procedure, Is possible...
    Posted to XtraEditors (Forum) by Juan Carlos Pazos on 4/15/2008
    Filed under: LookAndFeel
  • XtraForm TitleBar LookandFeel

    Hi, I've just started working with the DevExpress components so this may be a question answered elsewhere, but I have not been able to find it. I'm using C# with VS 2008 TeamSuite. I've installed the evaluation version of 8.1.6 and am trying to get the default look and feel on the XtraForm...
    Posted to XtraEditors (Forum) by Jim Owen on 7/7/2008
    Filed under: LookAndFeel, XtraForm
  • Showing of message under tree list hierarchy when tree list is expanding

    Hi Can any one help me with below mentioned problem. I have to display a message under the Parent node of a TreeList while populating the tree list. When user clicks on the parent node of the Treelist then only the Tree list should be expanded/populated.Before the treelist gets populated we have to show...
    Posted to XtraTreeList (Forum) by Tom Blazek on 1/23/2008
    Filed under: LookAndFeel, TreeListNode
  • Abstraction layout beetwen your components and Forms/userControls

    Hi, I am trying to make an abstraction layout between your components and my Forms/UserControls in order to manage the LookAndFeel and Apparence in the abstraction layout, but not in the final control. So I make a MyComboBoxEdit Component public class MyComboBoxEdit : DevExpress.XtraEditors.ComboBoxEdit...
    Posted to XtraEditors (Forum) by alexandre piel on 10/23/2008
    Filed under: LookAndFeel, Appearance
  • ASPxCalendar Localization

    How can I change the language used for display the name's months and days in the ASPxCalendar? I can not find a property related with CultureInfo or Localization. The same question with the FilterRowMenu in ASPxGridView control. Thx
    Posted to XtraEditors (Forum) by Alvaro Torres on 9/3/2008
    Filed under: LookAndFeel, DateEdit, Editor, Appearance, Calendar
  • XtraMessageBox

    Hi! How can I change XtraMessageBox's LookAdnFeel after I change it?
    Posted to XtraEditors (Forum) by Roman Prikhodchenko on 7/25/2008
    Filed under: LookAndFeel
Page 1 of 1 (9 items)
Copyright © 1998-2008 Developer Express Inc.
ALL RIGHTS RESERVED