12 строки
531 B
XML
12 строки
531 B
XML
<Application x:Class="DataValidationDemo.App"
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
xmlns:syncfusion="http://schemas.syncfusion.com/wpf"
|
|
StartupUri="MainWindow.xaml">
|
|
<Application.Resources>
|
|
<Style x:Key="treeGridCellStyle" TargetType="syncfusion:TreeGridCell">
|
|
<Setter Property="Background" Value="Pink" />
|
|
</Style>
|
|
</Application.Resources>
|
|
</Application>
|