Class SerializablePivotGridCellStyle
Represents the style for cells in PivotGrid.
Inheritance
System.Object
SerializablePivotGridCellStyle
Namespace: Syncfusion.UI.Xaml.PivotGrid
Assembly: Syncfusion.SfPivotGrid.UWP.dll
Syntax
public class SerializablePivotGridCellStyle : Object
Constructors
SerializablePivotGridCellStyle()
Declaration
public SerializablePivotGridCellStyle()
Properties
Background
Gets or sets the background color of grid cell.
Declaration
public string Background { 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 of grid cell.
Declaration
public string FontFamily { get; set; }
Property Value
Type |
---|
System.String |
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 of grid cell.
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 string Foreground { get; set; }
Property Value
Type |
---|
System.String |
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 |
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 |