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
215
Styling GroupByAreaMulti
posted

Hello,

I'm trying to style the GroupByAreaMulti but it does not work. I still have the default style. Can someone please advise?

<Style TargetType="{x:Type igDP:GroupByAreaMulti}">

<Setter Property="Prompt1" Value="field 2"/>

<Setter Property="Prompt2" Value="Drag a field 2"/>

<Setter Property="Foreground" Value="Red" />

<Setter Property="FontStyle" Value="Italic" />

<Setter Property="Background" Value="Orange" />

</Style>

<Style x:Key="XamDataGridStyleBase" TargetType="{x:Type igDP:XamDataGrid}">

<Setter Property="GroupByAreaLocation" Value="AboveDataArea"/>

<Setter Property="GroupByAreaMode" Value="MultipleFieldLayoutsFull"/>

<Setter Property="IsGroupByAreaExpanded" Value="True"/>

</Style>