Class TreeGridAutoFormat
Inheritance
Inherited Members
Namespace: Syncfusion.JavaScript
Assembly: Syncfusion.EJ.dll
Syntax
public class TreeGridAutoFormat
Constructors
TreeGridAutoFormat()
Declaration
public TreeGridAutoFormat()
Properties
AltRowBackgroundColor
Gets or sets a value that specifies the background color for an alternate row.
Declaration
public Color AltRowBackgroundColor { get; set; }
Property Value
Type | Description |
---|---|
System.Drawing.Color |
ContentBackgroundColor
Gets or sets a value that specifies the background color for the content.
Declaration
public Color ContentBackgroundColor { get; set; }
Property Value
Type | Description |
---|---|
System.Drawing.Color |
ContentBorderColor
Gets or sets a value that specifies the border color for the content.
Declaration
public Color ContentBorderColor { get; set; }
Property Value
Type | Description |
---|---|
System.Drawing.Color |
ContentFontColor
Gets or sets a value that specifies the font color for the content.
Declaration
public Color ContentFontColor { get; set; }
Property Value
Type | Description |
---|---|
System.Drawing.Color |
ContentFontSize
Gets or sets a value that specifies the font size for content.
Declaration
public int ContentFontSize { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
FontFamily
Gets or sets a value that indicates the font-family for an element.
Declaration
public string FontFamily { get; set; }
Property Value
Type | Description |
---|---|
System.String |
HeaderBackgroundColor
Gets or sets a value that specifies the background color for header element.
Declaration
public Color HeaderBackgroundColor { get; set; }
Property Value
Type | Description |
---|---|
System.Drawing.Color |
HeaderBorderColor
Gets or sets a value that specifies the border color for header element.
Declaration
public Color HeaderBorderColor { get; set; }
Property Value
Type | Description |
---|---|
System.Drawing.Color |
HeaderFontColor
Gets or sets a value that specifies the font color for header element.
Declaration
public Color HeaderFontColor { get; set; }
Property Value
Type | Description |
---|---|
System.Drawing.Color |
HeaderFontSize
Gets or sets a value that specifies the font size for header element.
Declaration
public int HeaderFontSize { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
SummaryRowBackgroundColor
Gets or sets a value that specifies the background color for summary row.
Declaration
public Color SummaryRowBackgroundColor { get; set; }
Property Value
Type | Description |
---|---|
System.Drawing.Color |