Welcome to the Xceed Community | Help
Community Search  

How can i make one column header different with others

Sort Posts: Previous Next
  •  11-20-2008, 10:10 PM Post no. 17075

    How can i make one column header different with others

    Hello ,I have a question that how I can make one column header different with others?

    Many thanks

  •  11-21-2008, 2:07 PM Post no. 17093 in reply to 17075

    Re: How can i make one column header different with others

    You can access each header through the Cells collection on the ColumnManagerRow, and then set its properties.   However, if the GridControl.UIStyle property is not set to Classic, you will also need to set the OverrideUIStyle property.

    e.g.:

    columnManagerRow1.Cells[ "SomeColumn" ].OverrideUIStyle = true;

    columnManagerRow1.Cells[ "SomeColumn" ].BackColor = Color.Red;

     


    André
    Software Developer and Tech Support
    Xceed Software Inc.
View as RSS news feed in XML
Contact | Site Map | Reviews | Legal Terms of Use | Trademarks | Privacy Statement Copyright 2008 Xceed Software Inc.