Class IgbSummaryRow
Inheritance
System.Object
IgbSummaryRow
Assembly: IgniteUI.Blazor.dll
Syntax
public class IgbSummaryRow : IgbDefinitionBase, JsonSerializable
Constructors
IgbSummaryRow()
Declaration
Properties
ActualSelectedBackground
Gets the actual background color for summary cells when selected.
Declaration
public string ActualSelectedBackground { get; set; }
Property Value
Type |
Description |
System.String |
|
ActualSummaryLabelTextColor
Gets the actual text color for the summary labels.
Declaration
public string ActualSummaryLabelTextColor { get; set; }
Property Value
Type |
Description |
System.String |
|
PaddingBottom
Gets or sets the amount of bottom padding to use for the cell content of this column.
Declaration
public int PaddingBottom { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
PaddingLeft
Gets or sets the amount of left padding to use for the cell content for this column.
Declaration
public int PaddingLeft { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
PaddingRight
Gets or sets the amount of right padding to use for the cell content of this column.
Declaration
public int PaddingRight { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
PaddingTop
Gets or sets the amount of top padding to use for the cell content for this column.
Declaration
public int PaddingTop { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
SelectedBackground
Gets or sets the background color for summary cells when selected.
Declaration
public string SelectedBackground { get; set; }
Property Value
Type |
Description |
System.String |
|
SummaryLabelFontFamily
Declaration
public string SummaryLabelFontFamily { get; set; }
Property Value
Type |
Description |
System.String |
|
SummaryLabelFontSize
Declaration
public double SummaryLabelFontSize { get; set; }
Property Value
Type |
Description |
System.Double |
|
SummaryLabelFontStyle
Declaration
public string SummaryLabelFontStyle { get; set; }
Property Value
Type |
Description |
System.String |
|
SummaryLabelFontWeight
Declaration
public string SummaryLabelFontWeight { get; set; }
Property Value
Type |
Description |
System.String |
|
SummaryLabelTextColor
Gets or sets the text color for the summary labels.
Declaration
public string SummaryLabelTextColor { get; set; }
Property Value
Type |
Description |
System.String |
|
Type
Declaration
public override string Type { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
Methods
FindByName(String)
Declaration
public override object FindByName(string name)
Parameters
Type |
Name |
Description |
System.String |
name |
|
Returns
Type |
Description |
System.Object |
|
Overrides
Implements