Class PivotGridCellStyle
Represents the style for cells in PivotGrid.
Inheritance
Implements
Namespace: Syncfusion.UI.Xaml.PivotGrid
Assembly: Syncfusion.SfPivotGrid.UWP.dll
Syntax
public class PivotGridCellStyle : DependencyObject, INotifyPropertyChanged
Constructors
PivotGridCellStyle()
Declaration
public PivotGridCellStyle()
Fields
BackgroundProperty
Identifies the Background dependency property.
Declaration
public static DependencyProperty BackgroundProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
EnableContextMenuProperty
Identifies the EnableContextMenu dependency property.
Declaration
public static DependencyProperty EnableContextMenuProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
FontFamilyProperty
Identifies the FontFamily dependency property.
Declaration
public static DependencyProperty FontFamilyProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
FontSizeProperty
Identifies the FontSize dependency property.
Declaration
public static DependencyProperty FontSizeProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
FontStyleProperty
Dependency property for FontStyle
Declaration
public static DependencyProperty FontStyleProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
FontWeightProperty
Identifies the FontWeight dependency property.
Declaration
public static DependencyProperty FontWeightProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
ForegroundProperty
Identifies the Foreground dependency property.
Declaration
public static DependencyProperty ForegroundProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
IsHyperlinkCellProperty
Identifies the IsHyperlinkCell dependency property.
Declaration
public static DependencyProperty IsHyperlinkCellProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
StyleProperty
Identifies the Style dependency property.
Declaration
public static DependencyProperty StyleProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
TextWrappingProperty
Identifies the TextWrapping dependency property.
Declaration
public static DependencyProperty TextWrappingProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
Properties
Background
Gets or sets the background color of grid cell.
Declaration
public Brush Background { get; set; }
Property Value
Type |
---|
Windows.UI.Xaml.Media.Brush |
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 of grid cell.
Declaration
public FontFamily FontFamily { get; set; }
Property Value
Type |
---|
Windows.UI.Xaml.Media.FontFamily |
FontSize
Gets or sets the font size of grid cell.
Declaration
public int FontSize { get; set; }
Property Value
Type |
---|
System.Int32 |
FontStyle
Gets or sets the font style to the cell values.
Declaration
public FontStyle FontStyle { get; set; }
Property Value
Type |
---|
Windows.UI.Text.FontStyle |
FontWeight
Gets or sets the font weight of grid cell.
Declaration
public FontWeight FontWeight { get; set; }
Property Value
Type |
---|
Windows.UI.Text.FontWeight |
Foreground
Gets or sets the foreground color of grid cell.
Declaration
public Brush Foreground { get; set; }
Property Value
Type |
---|
Windows.UI.Xaml.Media.Brush |
IsHyperlinkCell
Gets or sets a value indicating whether the grid cell is a hyperlink cell.
Declaration
public bool IsHyperlinkCell { get; set; }
Property Value
Type |
---|
System.Boolean |
Style
Gets or sets the style for the grid cell.
Declaration
public Style Style { get; set; }
Property Value
Type |
---|
Windows.UI.Xaml.Style |
TextWrapping
Gets or sets the value which specifies whether text wraps when it reaches the end.
Declaration
public TextWrapping TextWrapping { get; set; }
Property Value
Type |
---|
Windows.UI.Xaml.TextWrapping |
Events
PropertyChanged
Occurs when a property value changes.
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Type |
---|
System.ComponentModel.PropertyChangedEventHandler |