I have the following style but i need to make it programmatically:
<xcdg:DataGridControl MinHeight="300" Name="listViewUnallocated" ItemsSource="{Binding Source={StaticResource cvs_unallocatedTerminals}}" AllowDrop="True" Drop="Grid_Drop" MouseMove="Grid_MouseMove" KeyUp="listViewUnallocated_KeyUp" MouseDoubleClick="gridUnallocated_MouseDoubleClick" ReadOnly="True" DockPanel.Dock="Top"> <xcdg:DataGridControl.Resources> <Style TargetType="{x:Type xcdg:DataRow}" x:Name="selectedStyleTrigger"> <Style.Triggers> <DataTrigger Binding="{Binding TerminalId}" Value="72948028"> <Setter Property="Background" Value="Red" /> </DataTrigger> </Style.Triggers> </Style> </xcdg:DataGridControl.Resources>
Method 1 - Create TextInputLayout programmatically with wrapping Context with android. view. ContextThemeWrapper and use. TextInputLayout layout = new TextInputLayout(new ContextThemeWrapper(getContext(), R.
In the code-behind file of the control, try:
this.Style = Resources["ResourceName"] as Style;
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With