Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
25
Xamdatagrid column header color
posted

Hi, i need to change the color of a specific Xamdatagrid column header color, how can i do it? thanks

Parents
No Data
Reply
  • 34510
    Offline posted

    Hi Mariano,

    You can change the color of the column header by providing a style with the color changes to the Field.Settings.LabelPresenterStyle property.  Take a look at my attached sample to see this in action.

    ForegroundColor.zip
Children