Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
142040 | Jan 16,2019 10:15 AM UTC | Jan 18,2019 10:10 AM UTC | WPF | 1 |
![]() |
Tags: SfDataGrid |
<DataTemplate x:Key="CheckboxFilterControlItemTemplate">
<StackPanel HorizontalAlignment="Stretch" Orientation="Horizontal">
<CheckBox Margin="4"
HorizontalAlignment="Stretch"
HorizontalContentAlignment="Stretch"
Focusable="False"
FontFamily="{Binding FontFamily,RelativeSource={RelativeSource Self}}"
FontSize="{Binding FontSize,RelativeSource={RelativeSource Self}}"
FontStretch="{Binding FontStretch,RelativeSource={RelativeSource Self}}"
FontStyle="{Binding FontStyle,RelativeSource={RelativeSource Self}}"
FontWeight="{Binding FontWeight,RelativeSource={RelativeSource Self}}"
Foreground="{Binding Foreground,RelativeSource={RelativeSource Self}}"
IsChecked="{Binding IsSelected,
Mode=TwoWay}" />
<TextBlock Margin="0,5,0,5" VerticalAlignment="Center" Foreground="Black" Text="{Binding DisplayText, Mode=TwoWay}"/>
</StackPanel>
</DataTemplate>
|
This post will be permanently deleted. Are you sure you want to continue?
Sorry, An error occured while processing your request. Please try again later.
This page will automatically be redirected to the sign-in page in 10 seconds.