728x90
반응형
728x170
<Grid xmlns:dxpg="http://schemas.devexpress.com/winfx/2008/xaml/pivotgrid">
<dxpg:PivotGridControl x:Name="pivotGridControl">
<dxpg:PivotGridControl.Fields>
<dxpg:PivotGridField x:Name="countryPivotGridField"
FieldName="Country"
Area="RowArea" />
<dxpg:PivotGridField x:Name="salesPersonPivotGridField"
FieldName="Sales Person"
Area="RowArea"
Caption="Customer" />
<dxpg:PivotGridField x:Name="orderDatePivotGridField"
FieldName="OrderDate"
Area="ColumnArea"
GroupInterval="DateYear"
Caption="Year" />
<dxpg:PivotGridField x:Name="categoryNamePivotGridField"
FieldName="CategoryName"
Area="ColumnArea"
Caption="Product Category" />
<dxpg:PivotGridField x:Name="productNamePivotGridField"
FieldName="ProductName"
Area="FilterArea"
Caption="Product Name" />
<dxpg:PivotGridField x:Name="extendedPricePivotGridField"
FieldName="Extended Price"
Area="DataArea"
CellFormat="c0" />
</dxpg:PivotGridControl.Fields>
</dxpg:PivotGridControl>
</Grid>
728x90
반응형
그리드형(광고전용)
댓글을 달아 주세요