Quantcast
Channel: Our ComponentOne » All Posts
Viewing all articles
Browse latest Browse all 14170

Reply To: C1DataGrid SummaryRow Lines

$
0
0

Hello,

You can use the following Xaml markup to establish both the things :

   <Style x:Key="style" TargetType="my:DataGridCellPresenter">
                <Setter Property="BorderThickness"  Value="2"/>
                <Setter Property="BorderBrush" Value="Red"/>
                <Setter Property="Padding" Value="2"/>
            </Style>

………….

  <my:C1DataGrid.BottomRows>
                <my:DataGridSummaryRow CellStyle="{StaticResource style}"/>
            </my:C1DataGrid.BottomRows>

Hope it helps.

Regards,
Reema


Viewing all articles
Browse latest Browse all 14170

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>