menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PivotValueField - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class PivotValueField

    This class represent the collection of pivot items in the pivot value chooser window.

    Inheritance
    System.Object
    PivotComputationInfo
    PivotValueField
    Implements
    System.ComponentModel.INotifyPropertyChanged
    Inherited Members
    PivotComputationInfo.AllowFilter
    PivotComputationInfo.AllowRunTimeGroupByField
    PivotComputationInfo.AllowSort
    PivotComputationInfo.BaseField
    PivotComputationInfo.BaseItem
    PivotComputationInfo.CalculationName
    PivotComputationInfo.CalculationType
    PivotComputationInfo.DefaultValue
    PivotComputationInfo.Description
    PivotComputationInfo.DisplayOption
    PivotComputationInfo.EnableHyperlinks
    PivotComputationInfo.Expression
    PivotComputationInfo.FieldCaption
    PivotComputationInfo.FieldHeader
    PivotComputationInfo.FieldName
    PivotComputationInfo.FieldType
    PivotComputationInfo.Format
    PivotComputationInfo.Formula
    PivotComputationInfo.GetComputationTypes()
    PivotComputationInfo.GetSummaryInstance(SummaryType)
    PivotComputationInfo.InnerMostComputationsOnly
    PivotComputationInfo.IsTopColumnSummary
    PivotComputationInfo.PadString
    PivotComputationInfo.Summary
    PivotComputationInfo.SummaryType
    PivotComputationInfo.ToString()
    Namespace: Syncfusion.UI.Xaml.PivotGrid
    Assembly: Syncfusion.SfPivotGrid.UWP.dll
    Syntax
    public class PivotValueField : PivotComputationInfo, INotifyPropertyChanged

    Constructors

    PivotValueField()

    Declaration
    public PivotValueField()

    Properties

    IsSelected

    Gets or sets a value indicating whether the pivot calculation is checked or not in pivot value chooser window.

    Declaration
    public bool IsSelected { get; set; }
    Property Value
    Type
    System.Boolean

    Events

    PropertyChanged

    An event triggered when the property of the PivotValueField is changed.

    Declaration
    public event PropertyChangedEventHandler PropertyChanged
    Event Type
    Type
    System.ComponentModel.PropertyChangedEventHandler

    Implements

    System.ComponentModel.INotifyPropertyChanged

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved