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
1921
RoyaleStrong theme file
posted

Alex,

Can i get RoyalStrong theme .xaml file?

Regards,

Ramesh.P

  • 69686
    Suggested Answer
    posted

    Hello Ramesh,

    We do not provide the full xaml code for our themes. However, you can override them like this:

    xmlns:Themes="http://infragistics.com/Themes"

    ...

    <Style TargetType="{x:Type igDP:DataRecordCellArea}" BasedOn="{x:Static Themes:DataPresenterOnyx.DataRecordCellArea}">

    This style will override the DataRecordCellArea for the Onyx Theme.

    Hope this helps.