menu

WPF

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

    Show / Hide Table of Contents

    Class PivotGridCellStyle

    Class that holds the members of PivotGridCellStyle.

    Inheritance
    System.Object
    PivotGridCellStyle
    Implements
    System.ComponentModel.INotifyPropertyChanged
    System.Xml.Serialization.IXmlSerializable
    Namespace: Syncfusion.Windows.Controls.PivotGrid
    Assembly: Syncfusion.PivotAnalysis.WPF.dll
    Syntax
    public class PivotGridCellStyle : DependencyObject, INotifyPropertyChanged, IXmlSerializable

    Constructors

    PivotGridCellStyle()

    Declaration
    public PivotGridCellStyle()

    Fields

    BackgroundProperty

    Identifies the Background dependency property.

    Declaration
    public static readonly DependencyProperty BackgroundProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    The identifier for the Background dependency property.

    BorderThicknessProperty

    Identifies the Syncfusion.Windows.Controls.PivotGrid.PivotGridCellStyle.BorderThickness dependency property.

    Declaration
    public static readonly DependencyProperty BorderThicknessProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    The identifier for the Syncfusion.Windows.Controls.PivotGrid.PivotGridCellStyle.BorderThickness dependency property.

    CustomToolTipTemplateKeyProperty

    Identifies the CustomToolTipTemplateKey dependency property.

    Declaration
    public static readonly DependencyProperty CustomToolTipTemplateKeyProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    The identifier for the CustomToolTipTemplateKey dependency property.

    EnableContextMenuProperty

    Identifies the EnableContextMenu dependency property.

    Declaration
    public static readonly DependencyProperty EnableContextMenuProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    The identifier for the EnableContextMenu dependency property.

    FontFamilyProperty

    Identifies the FontFamily dependency property.

    Declaration
    public static readonly DependencyProperty FontFamilyProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    The identifier for the FontFamily dependency property.

    FontSizeProperty

    Identifies the FontSize dependency property.

    Declaration
    public static readonly DependencyProperty FontSizeProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    The identifier for the FontSize dependency property.

    FontWeightProperty

    Identifies the FontWeight dependency property.

    Declaration
    public static readonly DependencyProperty FontWeightProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    The identifier for the FontWeight dependency property.

    ForegroundProperty

    Identifies the Foreground dependency property.

    Declaration
    public static readonly DependencyProperty ForegroundProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    The identifier for the Foreground dependency property.

    IsHyperlinkCellProperty

    Identifies the IsHyperlinkCell dependency property.

    Declaration
    public static readonly DependencyProperty IsHyperlinkCellProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    The identifier for the IsHyperlinkCell dependency property.

    StyleProperty

    Identifies the Style dependency property.

    Declaration
    public static readonly DependencyProperty StyleProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    The identifier for the Style dependency property.

    ToolTipEnabledProperty

    Identifies the ToolTipEnabled dependency property.

    Declaration
    public static readonly DependencyProperty ToolTipEnabledProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    The identifier for the ToolTipEnabled dependency property.

    Properties

    Background

    Gets or sets the background color.

    Declaration
    public Brush Background { get; set; }
    Property Value
    Type Description
    System.Windows.Media.Brush

    The background color.

    CustomToolTipTemplateKey

    Gets or sets custom tooltip template key.

    Declaration
    public string CustomToolTipTemplateKey { get; set; }
    Property Value
    Type
    System.String

    EnableContextMenu

    Gets or sets the boolean value to enable/disable context menu for expander cells.

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

    FontFamily

    Gets or sets the font family.

    Declaration
    public FontFamily FontFamily { get; set; }
    Property Value
    Type Description
    System.Windows.Media.FontFamily

    The font family.

    FontSize

    Gets or sets the size of the font.

    Declaration
    public double FontSize { get; set; }
    Property Value
    Type Description
    System.Double

    The size of the font.

    FontWeight

    Gets or sets the font weight.

    Declaration
    public FontWeight FontWeight { get; set; }
    Property Value
    Type Description
    System.Windows.FontWeight

    The font weight.

    Foreground

    Gets or sets the foreground color.

    Declaration
    public Brush Foreground { get; set; }
    Property Value
    Type Description
    System.Windows.Media.Brush

    The foreground color.

    IsHyperlinkCell

    Gets or sets the boolean value to enable/disable hyperlink.

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

    Style

    Gets or sets the style.

    Declaration
    public Style Style { get; set; }
    Property Value
    Type Description
    System.Windows.Style

    The style.

    ToolTipEnabled

    Gets or sets the boolean value to enable/disable tooltip.

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

    Methods

    GetSchema()

    This method is reserved and should not be used. When implementing the System.Xml.Serialization.IXmlSerializable interface, you should return a null reference (nothing in Visual Basic) from this method.

    Declaration
    public XmlSchema GetSchema()
    Returns
    Type Description
    System.Xml.Schema.XmlSchema

    An System.Xml.Schema.XmlSchema that describes the XML representation of the object that is produced by the System.Xml.Serialization.IXmlSerializable.WriteXml method and consumed by the System.Xml.Serialization.IXmlSerializable.ReadXml method.

    OnBackgroundChanged(DependencyObject, DependencyPropertyChangedEventArgs)

    Called when the background color changed.

    Declaration
    public static void OnBackgroundChanged(DependencyObject dependencyObject, DependencyPropertyChangedEventArgs e)
    Parameters
    Type Name Description
    System.Windows.DependencyObject dependencyObject

    The dependency object.

    System.Windows.DependencyPropertyChangedEventArgs e

    The System.Windows.DependencyPropertyChangedEventArgs instance containing the event data.

    OnEnableContextMenuChanged(DependencyObject, DependencyPropertyChangedEventArgs)

    Called when the ContextMenu is enabled.

    Declaration
    public static void OnEnableContextMenuChanged(DependencyObject dependencyObject, DependencyPropertyChangedEventArgs e)
    Parameters
    Type Name Description
    System.Windows.DependencyObject dependencyObject

    The dependency object.

    System.Windows.DependencyPropertyChangedEventArgs e

    The System.Windows.DependencyPropertyChangedEventArgs instance containing the event data.

    OnFontFamilyChanged(DependencyObject, DependencyPropertyChangedEventArgs)

    Called when the font family changed.

    Declaration
    public static void OnFontFamilyChanged(DependencyObject dependencyObject, DependencyPropertyChangedEventArgs e)
    Parameters
    Type Name Description
    System.Windows.DependencyObject dependencyObject

    The dependency object.

    System.Windows.DependencyPropertyChangedEventArgs e

    The System.Windows.DependencyPropertyChangedEventArgs instance containing the event data.

    OnFontSizeChanged(DependencyObject, DependencyPropertyChangedEventArgs)

    Called when the font size changed.

    Declaration
    public static void OnFontSizeChanged(DependencyObject dependencyObject, DependencyPropertyChangedEventArgs e)
    Parameters
    Type Name Description
    System.Windows.DependencyObject dependencyObject

    The dependency object.

    System.Windows.DependencyPropertyChangedEventArgs e

    The System.Windows.DependencyPropertyChangedEventArgs instance containing the event data.

    OnFontWeightChanged(DependencyObject, DependencyPropertyChangedEventArgs)

    Called when the font weight changed.

    Declaration
    public static void OnFontWeightChanged(DependencyObject dependencyObject, DependencyPropertyChangedEventArgs e)
    Parameters
    Type Name Description
    System.Windows.DependencyObject dependencyObject

    The dependency object.

    System.Windows.DependencyPropertyChangedEventArgs e

    The System.Windows.DependencyPropertyChangedEventArgs instance containing the event data.

    OnForegroundChanged(DependencyObject, DependencyPropertyChangedEventArgs)

    Called when the foreground changed.

    Declaration
    public static void OnForegroundChanged(DependencyObject dependencyObject, DependencyPropertyChangedEventArgs e)
    Parameters
    Type Name Description
    System.Windows.DependencyObject dependencyObject

    The dependency object.

    System.Windows.DependencyPropertyChangedEventArgs e

    The System.Windows.DependencyPropertyChangedEventArgs instance containing the event data.

    OnHyperlinkChanged(DependencyObject, DependencyPropertyChangedEventArgs)

    Called when the hyperlink setting changed.

    Declaration
    public static void OnHyperlinkChanged(DependencyObject dependencyObject, DependencyPropertyChangedEventArgs e)
    Parameters
    Type Name Description
    System.Windows.DependencyObject dependencyObject

    The dependency object.

    System.Windows.DependencyPropertyChangedEventArgs e

    The System.Windows.DependencyPropertyChangedEventArgs instance containing the event data.

    OnStyleChanged(DependencyObject, DependencyPropertyChangedEventArgs)

    Called when the style changed.

    Declaration
    public static void OnStyleChanged(DependencyObject dependencyObject, DependencyPropertyChangedEventArgs e)
    Parameters
    Type Name Description
    System.Windows.DependencyObject dependencyObject

    The dependency object.

    System.Windows.DependencyPropertyChangedEventArgs e

    The System.Windows.DependencyPropertyChangedEventArgs instance containing the event data.

    ReadXml(XmlReader)

    Generates an object from its XML representation.

    Declaration
    public void ReadXml(XmlReader reader)
    Parameters
    Type Name Description
    System.Xml.XmlReader reader

    The System.Xml.XmlReader stream from which the object is de-serialized.

    WriteXml(XmlWriter)

    Converts an object into its XML representation.

    Declaration
    public void WriteXml(XmlWriter writer)
    Parameters
    Type Name Description
    System.Xml.XmlWriter writer

    The System.Xml.XmlWriter stream to which the object is serialized.

    Events

    PropertyChanged

    An event that notifies user whenever there is a change in the property.

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

    Implements

    System.ComponentModel.INotifyPropertyChanged
    System.Xml.Serialization.IXmlSerializable
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved