Class PivotFieldListStyleBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
PivotFieldListStyleBuilder
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.EJ2.PivotView
Assembly: Syncfusion.AspNetMvc.PivotView.dll
Syntax
public class PivotFieldListStyleBuilder : ControlBuilder
Constructors
PivotFieldListStyleBuilder()
Declaration
public PivotFieldListStyleBuilder()
PivotFieldListStyleBuilder(PivotFieldListStyle)
Declaration
public PivotFieldListStyleBuilder(PivotFieldListStyle model)
Parameters
| Type | Name | Description |
|---|---|---|
| PivotFieldListStyle | model |
Methods
BackgroundColor(String)
It allows to set the background color to the value cell in the pivot table.
Declaration
public PivotFieldListStyleBuilder BackgroundColor(string value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | value |
Returns
| Type |
|---|
| PivotFieldListStyleBuilder |
Color(String)
It allows to set the font color to the value cell in the pivot table.
Declaration
public PivotFieldListStyleBuilder Color(string value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | value |
Returns
| Type |
|---|
| PivotFieldListStyleBuilder |
FontFamily(String)
It allows to set the font family to the value cell in the pivot table.
Declaration
public PivotFieldListStyleBuilder FontFamily(string value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | value |
Returns
| Type |
|---|
| PivotFieldListStyleBuilder |
FontSize(String)
It allows to set the font size to the value cell in the pivot table.
Declaration
public PivotFieldListStyleBuilder FontSize(string value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | value |
Returns
| Type |
|---|
| PivotFieldListStyleBuilder |