Show / Hide Table of Contents

Class IgbColumnGrouping

Inheritance
System.Object
BaseRendererControl
IgbColumnGrouping
Implements
JsonSerializable
System.IDisposable
Inherited Members
BaseRendererControl._cachedSerializedContent
BaseRendererControl.ResolveDisplay()
BaseRendererControl.ToSpinal(String)
BaseRendererControl.TransformSimpleKey(String)
BaseRendererControl.IsTransformedEnumValue(String)
BaseRendererControl.TransformPotentialEnumValue(String, Object)
BaseRendererControl.BuildSequenceInfo(Int32)
BaseRendererControl.BuildRenderTree(RenderTreeBuilder)
BaseRendererControl.TemplateContentType(String)
BaseRendererControl.OnAfterRenderAsync(Boolean)
BaseRendererControl.EnsureReady()
BaseRendererControl.MarkPropDirty(String)
BaseRendererControl.IsPropDirty(String)
BaseRendererControl.Serialize(SerializationContext, String)
BaseRendererControl.Serialize()
BaseRendererControl.InvokeMethod(String, Object[], String[], ElementReference[])
BaseRendererControl.InvokeMethodSync(String, Object[], String[], ElementReference[])
BaseRendererControl.SuspendNotifications(Object)
BaseRendererControl.ResumeNotifications(Object, Boolean)
BaseRendererControl.NotifyInsertItem(Object, Int32, Object)
BaseRendererControl.NotifyRemoveItem(Object, Int32, Object)
BaseRendererControl.NotifyClearItems(Object)
BaseRendererControl.NotifySetItem(Object, Int32, Object, Object)
BaseRendererControl.NotifyUpdateItem(Object, Int32, Object, Boolean)
BaseRendererControl.OnRefChanged(String, Object)
BaseRendererControl.OnInvokeReturn(Int64, Object)
BaseRendererControl.Camelize(String)
BaseRendererControl.ToPascal(String)
BaseRendererControl.OnElementNameChanged(BaseRendererElement, String, String)
BaseRendererControl.Dispose(Boolean)
BaseRendererControl.SetResourceStringAsync(String, String, String)
BaseRendererControl.SetResourceStringAsync(String, String)
BaseRendererControl.SetPropertyValue(Object, PropertyInfo, JsonElement)
BaseRendererControl.SetPropertyValue(Object, PropertyInfo, Object)
BaseRendererControl.Finalize()
BaseRendererControl.Dispose()
BaseRendererControl.IgBlazor
BaseRendererControl.Height
BaseRendererControl.Width
BaseRendererControl.Class
BaseRendererControl.AdditionalAttributes
BaseRendererControl.ParentTypeName
BaseRendererControl.ChildContent
BaseRendererControl.RoundTripDateConversion
BaseRendererControl.SupportsVisualChildren
BaseRendererControl.UseDirectRender
BaseRendererControl.DirectRenderElementName
BaseRendererControl.NeedsDynamicContent
BaseRendererControl.UseCamelEnumValues
Namespace: IgniteUI.Blazor.Controls
Assembly: IgniteUI.Blazor.dll
Syntax
public class IgbColumnGrouping : BaseRendererControl, RefSink, JsonSerializable, IDisposable

Constructors

IgbColumnGrouping()

Declaration
public IgbColumnGrouping()

Properties

BackgroundColor

Gets or sets the background of the group by area.

Declaration
public string BackgroundColor { get; set; }
Property Value
Type Description
System.String

BaseTheme

Gets or Sets the property name that contains the values.

Declaration
public BaseControlTheme BaseTheme { get; set; }
Property Value
Type Description
BaseControlTheme

ColumnGroupTitleFontFamily

Declaration
public string ColumnGroupTitleFontFamily { get; set; }
Property Value
Type Description
System.String

ColumnGroupTitleFontSize

Declaration
public double ColumnGroupTitleFontSize { get; set; }
Property Value
Type Description
System.Double

ColumnGroupTitleFontStyle

Declaration
public string ColumnGroupTitleFontStyle { get; set; }
Property Value
Type Description
System.String

ColumnGroupTitleFontWeight

Declaration
public string ColumnGroupTitleFontWeight { get; set; }
Property Value
Type Description
System.String

Density

Gets or Sets the property name that contains the values.

Declaration
public ControlDisplayDensity Density { get; set; }
Property Value
Type Description
ControlDisplayDensity

IconColor

Gets or Sets the property name that contains the values.

Declaration
public string IconColor { get; set; }
Property Value
Type Description
System.String

ItemBackgroundColor

Gets or sets the background color of the column items in the group area.

Declaration
public string ItemBackgroundColor { get; set; }
Property Value
Type Description
System.String

ItemHoverBackgroundColor

Gets or sets the background color of the column items when hovered by the mouse.

Declaration
public string ItemHoverBackgroundColor { get; set; }
Property Value
Type Description
System.String

TargetGrid

Gets or Sets the property name that contains the values.

Declaration
public IgbDataGrid TargetGrid { get; set; }
Property Value
Type Description
IgbDataGrid

TargetGridScript

Provides a means of setting TargetGrid in the JavaScript environment.

Declaration
public string TargetGridScript { get; set; }
Property Value
Type Description
System.String

TextColor

Gets or Sets the property name that contains the values.

Declaration
public string TextColor { get; set; }
Property Value
Type Description
System.String

Title

Gets or Sets the property name that contains the values.

Declaration
public string Title { get; set; }
Property Value
Type Description
System.String

TitleColor

Gets or Sets the property name that contains the values.

Declaration
public string TitleColor { get; set; }
Property Value
Type Description
System.String

Type

Declaration
public override string Type { get; }
Property Value
Type Description
System.String
Overrides
BaseRendererControl.Type

Methods

EnsureModulesLoaded()

Declaration
protected override void EnsureModulesLoaded()
Overrides
BaseRendererControl.EnsureModulesLoaded()

ExportSerializedVisualModel()

Declaration
public string ExportSerializedVisualModel()
Returns
Type Description
System.String

ExportSerializedVisualModelAsync()

Returns a serialized copy of the exported visual model

Declaration
public Task<string> ExportSerializedVisualModelAsync()
Returns
Type Description
System.Threading.Tasks.Task<System.String>

ExportVisualModel()

Declaration
public object ExportVisualModel()
Returns
Type Description
System.Object

ExportVisualModelAsync()

Exports visual information about the current state of the grid.

Declaration
public Task<object> ExportVisualModelAsync()
Returns
Type Description
System.Threading.Tasks.Task<System.Object>

FindByName(String)

Declaration
public override object FindByName(string name)
Parameters
Type Name Description
System.String name
Returns
Type Description
System.Object
Overrides
BaseRendererControl.FindByName(String)

Implements

JsonSerializable
System.IDisposable