Implements
  • IComponent
  • IHandleEvent
  • IHandleAfterRender
  • JsonSerializable

constructor

public IgbSummaryRowSection()

Returns IgbSummaryRowSection

Inherited from: IgbSummaryRow

Gets or sets the background color for summary cells when selected.

[Parameter]
public string SelectedBackground { get; set; }

Inherited from: IgbSummaryRow

Gets the actual background color for summary cells when selected.

[Parameter]
public string ActualSelectedBackground { get; set; }

Inherited from: IgbSummaryRow

Gets or sets the text color for the summary labels.

[Parameter]
public string SummaryLabelTextColor { get; set; }

Inherited from: IgbSummaryRow

Gets the actual text color for the summary labels.

[Parameter]
public string ActualSummaryLabelTextColor { get; set; }

Inherited from: IgbSummaryRow

[Parameter]
public string SummaryLabelFontFamily { get; set; }

Inherited from: IgbSummaryRow

[Parameter]
public double SummaryLabelFontSize { get; set; }

Inherited from: IgbSummaryRow

[Parameter]
public string SummaryLabelFontStyle { get; set; }

Inherited from: IgbSummaryRow

[Parameter]
public string SummaryLabelFontWeight { get; set; }

Inherited from: IgbSummaryRow

Gets or sets the amount of left padding to use for the cell content for this column.

[Parameter]
public int PaddingLeft { get; set; }

Inherited from: IgbSummaryRow

Gets or sets the amount of top padding to use for the cell content for this column.

[Parameter]
public int PaddingTop { get; set; }

Inherited from: IgbSummaryRow

Gets or sets the amount of right padding to use for the cell content of this column.

[Parameter]
public int PaddingRight { get; set; }

Inherited from: IgbSummaryRow

Gets or sets the amount of bottom padding to use for the cell content of this column.

[Parameter]
public int PaddingBottom { get; set; }

Inherited from: IgbDefinitionBase

protected override string ParentTypeName { get; }

Inherited from: IgbDefinitionBase

public IgbGridConditionalStyleCollection ContentConditionalStyles { get; }

Inherited from: IgbDefinitionBase

public IgbGridConditionalStyleCollection ActualConditionalStyles { get; }

Inherited from: IgbDefinitionBase

Gets or sets the background color to use.

[Parameter]
public string Background { get; set; }

Inherited from: IgbDefinitionBase

Gets the style key information to use for judging when a property will be set later by a style

public IgbGridConditionalStyleCollection ConditionalStyles { get; protected set; }

Inherited from: IgbDefinitionBase

Gets or sets the background color to use.

[Parameter]
public string Border { get; set; }

Inherited from: IgbDefinitionBase

Gets or sets the background color to use.

[Parameter]
public string ActivationBorder { get; set; }

Inherited from: IgbDefinitionBase

Gets or sets the error border color to use.

[Parameter]
public string ErrorBorder { get; set; }

Inherited from: IgbDefinitionBase

Gets the actual border color that will be used.

[Parameter]
public string ActualBorder { get; set; }

Inherited from: IgbDefinitionBase

Gets or sets the amount of left border to use for the cell content for this column.

[Parameter]
public int BorderLeftWidth { get; set; }

Inherited from: IgbDefinitionBase

Gets or sets the amount of top border to use for the cell content for this column.

[Parameter]
public int BorderTopWidth { get; set; }

Inherited from: IgbDefinitionBase

Gets or sets the amount of right border to use for the cell content of this column.

[Parameter]
public int BorderRightWidth { get; set; }

Inherited from: IgbDefinitionBase

Gets or sets the amount of bottom border to use for the cell content of this column.

[Parameter]
public int BorderBottomWidth { get; set; }

Inherited from: IgbDefinitionBase

Gets or sets the amount of left activation border to use for the cell content for this column.

[Parameter]
public int ActivationBorderLeftWidth { get; set; }

Inherited from: IgbDefinitionBase

Gets or sets the amount of top activation border to use for the cell content for this column.

[Parameter]
public int ActivationBorderTopWidth { get; set; }

Inherited from: IgbDefinitionBase

Gets or sets the amount of right activation border to use for the cell content of this column.

[Parameter]
public int ActivationBorderRightWidth { get; set; }

Inherited from: IgbDefinitionBase

Gets or sets the amount of bottom activation border to use for the cell content of this column.

[Parameter]
public int ActivationBorderBottomWidth { get; set; }

Inherited from: IgbDefinitionBase

[Parameter]
public int ErrorBorderLeftWidth { get; set; }

Inherited from: IgbDefinitionBase

[Parameter]
public int ErrorBorderTopWidth { get; set; }

Inherited from: IgbDefinitionBase

[Parameter]
public int ErrorBorderRightWidth { get; set; }

Inherited from: IgbDefinitionBase

[Parameter]
public int ErrorBorderBottomWidth { get; set; }

Inherited from: IgbDefinitionBase

Gets the actual background color that will be used.

[Parameter]
public string ActualBackground { get; set; }

Inherited from: IgbDefinitionBase

Gets the actual background color that will be used.

[Parameter]
public string ActualActivationBorder { get; set; }

Inherited from: IgbDefinitionBase

Gets the actual error border color that will be used.

[Parameter]
public string ActualErrorBorder { get; set; }

Inherited from: IgbDefinitionBase

Gets or sets the background color for content that sticks to the top of the grid.

[Parameter]
public string StickyRowBackground { get; set; }

Inherited from: IgbDefinitionBase

Gets the actual background color for content that sticks to the top of the grid.

[Parameter]
public string ActualStickyRowBackground { get; set; }

Inherited from: IgbDefinitionBase

Gets or sets the background color for cells belonging to rows marked as pinned.

[Parameter]
public string PinnedRowBackground { get; set; }

Inherited from: IgbDefinitionBase

Gets the actual background color for cells belonging to rows marked as pinned.

[Parameter]
public string ActualPinnedRowBackground { get; set; }

Inherited from: IgbDefinitionBase

Gets or sets the color for the last row in the sticky row area.

[Parameter]
public string LastStickyRowBackground { get; set; }

Inherited from: IgbDefinitionBase

Gets the actual color for the last row in the sticky row area.

[Parameter]
public string ActualLastStickyRowBackground { get; set; }

Inherited from: IgbDefinitionBase

Gets or sets the opacity of the content.

[Parameter]
public double ContentOpacity { get; set; }

Inherited from: IgbDefinitionBase

Gets or sets the horizontal alignment to use for the cell content.

[Parameter]
public CellContentHorizontalAlignment HorizontalAlignment { get; set; }

Inherited from: IgbDefinitionBase

Gets or sets the vertical alignment to use for the cell content.

[Parameter]
public CellContentVerticalAlignment VerticalAlignment { get; set; }

Inherited from: IgbDefinitionBase

Gets or sets the line breaking mode to use if text is present in the cell.

[Parameter]
public TextCellLineBreakMode LineBreakMode { get; set; }

Inherited from: IgbDefinitionBase

Gets the actual line break mode which will be used if text is present in the cell.

[Parameter]
public TextCellLineBreakMode ActualLineBreakMode { get; set; }

Inherited from: IgbDefinitionBase

Gets or sets the color to use for displaying text.

[Parameter]
public string TextColor { get; set; }

Inherited from: IgbDefinitionBase

Gets the actual color used for displaying text.

[Parameter]
public string ActualTextColor { get; set; }

Inherited from: IgbDefinitionBase

Gets or sets whether the bar is supported.

[Parameter]
public bool IsBarSupported { get; set; }

Inherited from: IgbDefinitionBase

Gets or sets the color to use for value bars.

[Parameter]
public string BarBackground { get; set; }

Inherited from: IgbDefinitionBase

Gets the actual color used for value bars.

[Parameter]
public string ActualBarBackground { get; set; }

Inherited from: IgbDefinitionBase

Gets or sets the Outline color to use for value bars.

[Parameter]
public string BarOutline { get; set; }

Inherited from: IgbDefinitionBase

Gets the actual Outline color used for value bars.

[Parameter]
public string ActualBarOutline { get; set; }

Inherited from: IgbDefinitionBase

Gets or sets the stroke thickness to use for value bars.

[Parameter]
public int BarStrokeThickness { get; set; }

Inherited from: IgbDefinitionBase

Gets the actual stroke thickness used for value bars.

[Parameter]
public int ActualBarStrokeThickness { get; set; }

Inherited from: IgbDefinitionBase

Gets or sets the stroke thickness to use for value bars.

[Parameter]
public int BarCornerRadius { get; set; }

Inherited from: IgbDefinitionBase

Gets the actual stroke thickness used for value bars.

[Parameter]
public int ActualBarCornerRadius { get; set; }

Inherited from: IgbDefinitionBase

Gets or sets the color to use for displaying text.

[Parameter]
public double PinnedRowOpacity { get; set; }

Inherited from: IgbDefinitionBase

Gets or sets the color to use for displaying text.

[Parameter]
public double ActualPinnedRowOpacity { get; set; }

Inherited from: IgbDefinitionBase

[Parameter]
public string FontFamily { get; set; }

Inherited from: IgbDefinitionBase

[Parameter]
public double FontSize { get; set; }

Inherited from: IgbDefinitionBase

[Parameter]
public string FontStyle { get; set; }

Inherited from: IgbDefinitionBase

[Parameter]
public string FontWeight { get; set; }

Inherited from: IgbDefinitionBase

[Parameter]
public string DataBindingScript { get; set; }

Inherited from: IgbDefinitionBase

[Parameter]
public Action<IgbDataBindingEventArgs> DataBinding { get; set; }

Inherited from: IgbDefinitionBase

[Parameter]
public string DataBoundScript { get; set; }

Inherited from: IgbDefinitionBase

[Parameter]
public Action<IgbDataBindingEventArgs> DataBound { get; set; }

Inherited from: IgbDefinitionBase

[Parameter]
public string CellStyleKeyRequestedScript { get; set; }

Inherited from: IgbDefinitionBase

[Parameter]
public Action<IgbCellStyleRequestedEventArgs> CellStyleKeyRequested { get; set; }

Inherited from: BaseRendererElement

[Inject]
protected IIgniteUIBlazor IgBlazor { get; set; }

Inherited from: BaseRendererElement

public bool IsComponentRooted { get; }

Inherited from: BaseRendererElement

protected virtual bool UseDirectRender { get; }

Inherited from: BaseRendererElement

[Parameter]
public RenderFragment ChildContent { get; set; }

Inherited from: BaseRendererElement

protected virtual bool SupportsVisualChildren { get; }

Inherited from: BaseRendererElement

[Parameter]
public string Name { get; set; }

Inherited from: BaseRendererElement

public object Parent { get; }

Inherited from: BaseRendererElement

protected virtual string MethodTarget { get; }

Inherited from: BaseRendererElement

protected object CurrParent { get; }
public override string Type { get; }

Inherited from: BaseRendererElement

protected string _name

Inherited from: BaseRendererElement

protected Dictionary<Type, Dictionary<string, FieldInfo>> eventCallbacksCache

Inherited from: BaseRendererElement

protected string _cachedSerializedContent

TransitionStyleOutAsync(IgbGridConditionalStyle)

Section titled "TransitionStyleOutAsync(IgbGridConditionalStyle)"

Inherited from: IgbDefinitionBase

public Task TransitionStyleOutAsync(IgbGridConditionalStyle style)

Parameters

  • style: IgbGridConditionalStyle

Returns any

TransitionStyleOut(IgbGridConditionalStyle)

Section titled "TransitionStyleOut(IgbGridConditionalStyle)"

Inherited from: IgbDefinitionBase

public void TransitionStyleOut(IgbGridConditionalStyle style)

Parameters

  • style: IgbGridConditionalStyle

Returns any

TransitionStyleInAsync(IgbGridConditionalStyle)

Section titled "TransitionStyleInAsync(IgbGridConditionalStyle)"

Inherited from: IgbDefinitionBase

public Task TransitionStyleInAsync(IgbGridConditionalStyle style)

Parameters

  • style: IgbGridConditionalStyle

Returns any

TransitionStyleIn(IgbGridConditionalStyle)

Section titled "TransitionStyleIn(IgbGridConditionalStyle)"

Inherited from: IgbDefinitionBase

public void TransitionStyleIn(IgbGridConditionalStyle style)

Parameters

  • style: IgbGridConditionalStyle

Returns any

IsStyleTransitioningOutAsync(IgbGridConditionalStyle)

Section titled "IsStyleTransitioningOutAsync(IgbGridConditionalStyle)"

Inherited from: IgbDefinitionBase

public Task<bool> IsStyleTransitioningOutAsync(IgbGridConditionalStyle style)

Parameters

  • style: IgbGridConditionalStyle

Returns any

IsStyleTransitioningOut(IgbGridConditionalStyle)

Section titled "IsStyleTransitioningOut(IgbGridConditionalStyle)"

Inherited from: IgbDefinitionBase

public bool IsStyleTransitioningOut(IgbGridConditionalStyle style)

Parameters

  • style: IgbGridConditionalStyle

Returns any

SetNamedValueAsync(string, CellPropertyAnimationType, object)

Section titled "SetNamedValueAsync(string, CellPropertyAnimationType, object)"

Inherited from: IgbDefinitionBase

public Task SetNamedValueAsync(string valueName, CellPropertyAnimationType animationType, object value)

Parameters

  • valueName: string
  • animationType: CellPropertyAnimationType
  • value: object

Returns any

SetNamedValue(string, CellPropertyAnimationType, object)

Section titled "SetNamedValue(string, CellPropertyAnimationType, object)"

Inherited from: IgbDefinitionBase

public void SetNamedValue(string valueName, CellPropertyAnimationType animationType, object value)

Parameters

  • valueName: string
  • animationType: CellPropertyAnimationType
  • value: object

Returns any

Inherited from: IgbDefinitionBase

Returns if this definition has named value.

public Task<bool> HasNamedValuesAsync()

Returns any

Inherited from: IgbDefinitionBase

public bool HasNamedValues()

Returns any

Inherited from: IgbDefinitionBase

Returns if this definition has a named value with a given name.

public Task<bool> HasNamedValueAsync(string valueName)

Parameters

  • valueName: string

Returns any

Inherited from: IgbDefinitionBase

public bool HasNamedValue(string valueName)

Parameters

  • valueName: string

Returns any

Inherited from: IgbDefinitionBase

Removes the named value from this definition by name.

public Task RemoveNamedValueAsync(string valueName)

Parameters

  • valueName: string

Returns any

Inherited from: IgbDefinitionBase

public void RemoveNamedValue(string valueName)

Parameters

  • valueName: string

Returns any

Inherited from: IgbDefinitionBase

Gets the value for a named value from this definition.

public Task<object> GetNamedValueAsync(string valueName)

Parameters

  • valueName: string

Returns any

Inherited from: IgbDefinitionBase

public object GetNamedValue(string valueName)

Parameters

  • valueName: string

Returns any

Inherited from: BaseRendererElement

protected override void BuildRenderTree(RenderTreeBuilder builder)

Parameters

  • builder: RenderTreeBuilder

Returns any

OnElementNameChanged(BaseRendererElement, string, string)

Section titled "OnElementNameChanged(BaseRendererElement, string, string)"

Inherited from: BaseRendererElement

protected void OnElementNameChanged(BaseRendererElement element, string oldName, string newName)

Parameters

  • element: BaseRendererElement
  • oldName: string
  • newName: string

Returns any

InvokeMethod(string, object[], string[], ElementReference[])

Section titled "InvokeMethod(string, object[], string[], ElementReference[])"

Inherited from: BaseRendererElement

protected Task<object> InvokeMethod(string methodName, object[] arguments, string[] types, ElementReference[] nativeElements = null)

Parameters

  • methodName: string
  • arguments: object[]
  • types: string[]
  • nativeElements: ElementReference[]

Returns any

InvokeMethodSync(string, object[], string[], ElementReference[])

Section titled "InvokeMethodSync(string, object[], string[], ElementReference[])"

Inherited from: BaseRendererElement

protected object InvokeMethodSync(string methodName, object[] arguments, string[] types, ElementReference[] nativeElements = null)

Parameters

  • methodName: string
  • arguments: object[]
  • types: string[]
  • nativeElements: ElementReference[]

Returns any

InvokeMethodHelper(string, string, object[], string[], ElementReference[])

Section titled "InvokeMethodHelper(string, string, object[], string[], ElementReference[])"

Inherited from: BaseRendererElement

protected Task<object> InvokeMethodHelper(string target, string methodName, object[] arguments, string[] types, ElementReference[] nativeElements)

Parameters

  • target: string
  • methodName: string
  • arguments: object[]
  • types: string[]
  • nativeElements: ElementReference[]

Returns any

InvokeMethodHelperSync(string, string, object[], string[], ElementReference[])

Section titled "InvokeMethodHelperSync(string, string, object[], string[], ElementReference[])"

Inherited from: BaseRendererElement

protected object InvokeMethodHelperSync(string target, string methodName, object[] arguments, string[] types, ElementReference[] nativeElements)

Parameters

  • target: string
  • methodName: string
  • arguments: object[]
  • types: string[]
  • nativeElements: ElementReference[]

Returns any

Inherited from: BaseRendererElement

protected bool IsPropDirty(string propertyName)

Parameters

  • propertyName: string

Returns any

Serialize(SerializationContext, string)

Section titled "Serialize(SerializationContext, string)"

Inherited from: BaseRendererElement

public void Serialize(SerializationContext context, string propertyName = null)

Parameters

  • context: SerializationContext
  • propertyName: string

Returns any

Inherited from: BaseRendererElement

public string Serialize()

Returns any

Inherited from: BaseRendererElement

protected void EnsureValid()

Returns any

FromEventJson(BaseRendererControl, Dictionary<string, object>)

Section titled "FromEventJson(BaseRendererControl, Dictionary<string, object>)"

Inherited from: BaseRendererElement

protected virtual void FromEventJson(BaseRendererControl control, Dictionary<string, object> args)

Parameters

  • control: BaseRendererControl
  • args: Dictionary

Returns any

ToEventJson(BaseRendererControl, Dictionary<string, object>)

Section titled "ToEventJson(BaseRendererControl, Dictionary<string, object>)"

Inherited from: BaseRendererElement

protected virtual void ToEventJson(BaseRendererControl control, Dictionary<string, object> args)

Parameters

  • control: BaseRendererControl
  • args: Dictionary

Returns any

SetResourceStringAsync(string, string, string)

Section titled "SetResourceStringAsync(string, string, string)"

Inherited from: BaseRendererElement

protected Task<object> SetResourceStringAsync(string grouping, string id, string value)

Parameters

  • grouping: string
  • id: string
  • value: string

Returns any

SetResourceStringAsync(string, string)

Section titled "SetResourceStringAsync(string, string)"

Inherited from: BaseRendererElement

protected Task<object> SetResourceStringAsync(string grouping, string json)

Parameters

  • grouping: string
  • json: string

Returns any

protected override void EnsureModulesLoaded()

Returns any

public override object FindByName(string name)

Parameters

  • name: string

Returns any