or
| <telerik:RadGridView.GroupDescriptors> |
| <telerik:GroupDescriptor Member="AccountName" SortDirection="Ascending"> |
| <telerik:GroupDescriptor.AggregateFunctions> |
| <telerik:SumFunction SourceField="ActivityBudget" Caption="Invoices count:" /> |
| </telerik:GroupDescriptor.AggregateFunctions> |
| </telerik:GroupDescriptor> |
| </telerik:RadGridView.GroupDescriptors> |
| <UserControl |
| xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" |
| xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" |
| xmlns:d="http://schemas.microsoft.com/expression/blend/2008" |
| xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" |
| xmlns:telerik="http://schemas.telerik.com/2008/xaml/presentation" |
| mc:Ignorable="d" |
| x:Class="TestWPFBrowser.WeatherGadget" |
| x:Name="UserControl" |
| d:DesignWidth="640" d:DesignHeight="480" Width="640" Height="400"> |
| <UserControl.Resources> |
| <ResourceDictionary> |
| <ResourceDictionary.MergedDictionaries> |
| <ResourceDictionary Source="/Telerik.Windows.Controls.Gauge;component/Themes/Office_Black/NormalView.Styles.xaml" /> |
| </ResourceDictionary.MergedDictionaries> |
| </ResourceDictionary> |
| </UserControl.Resources> |