uwp-demos/SfCellGrid/Tutorials/TextFormat.xaml

14 строки
726 B
XML

<Layout:SampleLayout x:Class="CellGridSamples.TextFormat"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:Layout="using:Common"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:grid="using:Syncfusion.UI.Xaml.CellGrid"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
mc:Ignorable="d">
<Grid x:Name="grid" Background="{ThemeResource ApplicationPageBackgroundThemeBrush}">
<grid:SfCellGrid x:Name="cellGrid" />
</Grid>
</Layout:SampleLayout>