첨부 실행 코드는 나눔고딕코딩 폰트를 사용합니다.
728x90
반응형
728x170
<dxpg:PivotGridControl x:Name="pivotGridControl">
    <dxpg:PivotGridControl.Fields>
        <dxpg:PivotGridField x:Name="countryPivotGridField"
            FieldName="Country"
            Area="RowArea" />
        <dxpg:PivotGridField x:Name="customerPivotGridField"
            FieldName="Sales Person"
            Area="RowArea"
            SortByField="{Binding ElementName=extendedPricePivotGridField}"
            SortOrder="Descending"
            TopValueCount="3"
            TopValueShowOthers="True"
            Caption="Customer" />
        <dxpg:PivotGridField x:Name="extendedPricePivotGridField"
            FieldName="Extended Price"
            Area="DataArea"
            CellFormat="c0" />
    </dxpg:PivotGridControl.Fields>
</dxpg:PivotGridControl>

※ xmlns:dxpg="http://schemas.devexpress.com/winfx/2008/xaml/pivotgrid"

728x90
반응형
그리드형(광고전용)
Posted by icodebroker

댓글을 달아 주세요