Class AutoFormat
Gets or sets a value that indicates the auto format for an element.
Inheritance
Inherited Members
Namespace: Syncfusion.JavaScript
Assembly: Syncfusion.EJ.dll
Syntax
public class AutoFormat
Constructors
AutoFormat()
Declaration
public AutoFormat()
Properties
AltRowBgColor
Gets or sets a value that specifies the background color for an alternate row.
Declaration
public Color AltRowBgColor { get; set; }
Property Value
Type | Description |
---|---|
System.Drawing.Color |
BlockBGColor
Gets or sets a value that specifies the background color for the block section.
Declaration
public Color BlockBGColor { get; set; }
Property Value
Type | Description |
---|---|
System.Drawing.Color |
BorderSize
Gets or sets a value that indicates the border-size for an element with four values.
Declaration
public int BorderSize { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
BorderType
Gets or sets a value that indicates the border-type for an element.
Declaration
public string BorderType { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CaptionBGColor
Gets or sets a value that specifies the background color for the caption.
Declaration
public Color CaptionBGColor { get; set; }
Property Value
Type | Description |
---|---|
System.Drawing.Color |
ContentBgColor
Gets or sets a value that specifies the background color for the group header.
Declaration
public Color ContentBgColor { 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 the content.
Declaration
public int ContentFontSize { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
ContentFontWeight
Gets or sets how thick or thin characters in content should be displayed.
Declaration
public string ContentFontWeight { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DefaultBgEndColor
Gets or sets a value that specifies the default background end color for an element.
Declaration
public Color DefaultBgEndColor { get; set; }
Property Value
Type | Description |
---|---|
System.Drawing.Color |
DefaultBgStColor
Gets or sets a value that specifies the default background start color for an element.
Declaration
public Color DefaultBgStColor { get; set; }
Property Value
Type | Description |
---|---|
System.Drawing.Color |
DefaultBorderColor
Gets or sets a value that specifies the default border color for an element.
Declaration
public Color DefaultBorderColor { get; set; }
Property Value
Type | Description |
---|---|
System.Drawing.Color |
DefaultFontColor
Gets or sets a value that specifies the default font color for an element.
Declaration
public Color DefaultFontColor { get; set; }
Property Value
Type | Description |
---|---|
System.Drawing.Color |
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 |
FontSize
Gets or sets a value that indicates the font-size for an element.
Declaration
public int FontSize { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
GCaptionBorderColor
Gets or sets a value that specifies the border color for the groupcaption.
Declaration
public Color GCaptionBorderColor { get; set; }
Property Value
Type | Description |
---|---|
System.Drawing.Color |
GContentBgColor
Gets or sets a value that specifies the background color for the content.
Declaration
public Color GContentBgColor { get; set; }
Property Value
Type | Description |
---|---|
System.Drawing.Color |
GContentFontColor
Gets or sets a value that specifies the font color for the groupcontent.
Declaration
public Color GContentFontColor { get; set; }
Property Value
Type | Description |
---|---|
System.Drawing.Color |
GDropareaBorderColor
Gets or sets a value that specifies the border color for the groupdroparea.
Declaration
public Color GDropareaBorderColor { get; set; }
Property Value
Type | Description |
---|---|
System.Drawing.Color |
GDropareaEndBgColor
Gets or sets a value that specifies the background end color for the groupdroparea.
Declaration
public Color GDropareaEndBgColor { get; set; }
Property Value
Type | Description |
---|---|
System.Drawing.Color |
GDropareaFontColor
Gets or sets a value that specifies the font color for the groupdroparea.
Declaration
public Color GDropareaFontColor { get; set; }
Property Value
Type | Description |
---|---|
System.Drawing.Color |
GDropareaStBgColor
Gets or sets a value that specifies the background start color for the groupdroparea.
Declaration
public Color GDropareaStBgColor { get; set; }
Property Value
Type | Description |
---|---|
System.Drawing.Color |
GHeaderBgColor
Gets or sets a value that specifies the background color for the group header.
Declaration
public Color GHeaderBgColor { get; set; }
Property Value
Type | Description |
---|---|
System.Drawing.Color |
GHeaderBorderColor
Gets or sets a value that specifies the border color for the group header.
Declaration
public Color GHeaderBorderColor { get; set; }
Property Value
Type | Description |
---|---|
System.Drawing.Color |
GHeaderFontColor
Gets or sets a value that specifies the font color for the group header.
Declaration
public Color GHeaderFontColor { get; set; }
Property Value
Type | Description |
---|---|
System.Drawing.Color |
GHeaderFontSize
Gets or sets a value that specifies the font size for the group header.
Declaration
public int GHeaderFontSize { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
HeaderBgEndColor
Gets or sets a value that specifies the background end color for header element.
Declaration
public Color HeaderBgEndColor { get; set; }
Property Value
Type | Description |
---|---|
System.Drawing.Color |
HeaderBgStColor
Gets or sets a value that specifies the background start color for header element.
Declaration
public Color HeaderBgStColor { get; set; }
Property Value
Type | Description |
---|---|
System.Drawing.Color |
HeaderBorderBottomColor
Gets or sets a value that specifies the border bottom color for header element.
Declaration
public Color HeaderBorderBottomColor { 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 |
HeaderFontWeight
Gets or sets how thick or thin characters in text should be displayed for header element.
Declaration
public string HeaderFontWeight { get; set; }
Property Value
Type | Description |
---|---|
System.String |
RowBorderColor
Gets or sets a value that specifies the border color for an row.
Declaration
public Color RowBorderColor { get; set; }
Property Value
Type | Description |
---|---|
System.Drawing.Color |
RowSelectionBgColor
Gets or sets a value that specifies the font color for an row selecting.
Declaration
public Color RowSelectionBgColor { get; set; }
Property Value
Type | Description |
---|---|
System.Drawing.Color |
RowSelectionFontColor
Gets or sets a value that specifies the font color for an row selected.
Declaration
public Color RowSelectionFontColor { get; set; }
Property Value
Type | Description |
---|---|
System.Drawing.Color |