Show / Hide Table of Contents

Class IgbRowType

Inheritance
System.Object
BaseRendererElement
IgbRowType
Implements
JsonSerializable
Inherited Members
BaseRendererElement._name
BaseRendererElement.eventCallbacksCache
BaseRendererElement._cachedSerializedContent
BaseRendererElement.EnsureModulesLoaded()
BaseRendererElement.BuildRenderTree(RenderTreeBuilder)
BaseRendererElement.OnElementNameChanged(BaseRendererElement, String, String)
BaseRendererElement.InvokeMethod(String, Object[], String[], ElementReference[])
BaseRendererElement.InvokeMethodSync(String, Object[], String[], ElementReference[])
BaseRendererElement.InvokeMethodHelper(String, String, Object[], String[], ElementReference[])
BaseRendererElement.InvokeMethodHelperSync(String, String, Object[], String[], ElementReference[])
BaseRendererElement.IsPropDirty(String)
BaseRendererElement.Serialize(SerializationContext, String)
BaseRendererElement.Serialize()
BaseRendererElement.EnsureValid()
BaseRendererElement.SetResourceStringAsync(String, String, String)
BaseRendererElement.SetResourceStringAsync(String, String)
BaseRendererElement.CompareEventCallbacks<T>(T, T, Dictionary<Type, Dictionary<String, FieldInfo>>)
BaseRendererElement.IgBlazor
BaseRendererElement.IsComponentRooted
BaseRendererElement.ParentTypeName
BaseRendererElement.UseDirectRender
BaseRendererElement.ChildContent
BaseRendererElement.SupportsVisualChildren
BaseRendererElement.Name
BaseRendererElement.Parent
BaseRendererElement.CurrParent
Namespace: IgniteUI.Blazor.Controls
Assembly: IgniteUI.Blazor.dll
Syntax
public class IgbRowType : BaseRendererElement, JsonSerializable

Constructors

IgbRowType()

Declaration
public IgbRowType()

Properties

AddRowUI

Declaration
public bool AddRowUI { get; set; }
Property Value
Type Description
System.Boolean

Cells

Declaration
public IgbCellType[] Cells { get; set; }
Property Value
Type Description
IgbCellType[]

Children

Declaration
public IgbRowType[] Children { get; set; }
Property Value
Type Description
IgbRowType[]

Data

Declaration
public object Data { get; set; }
Property Value
Type Description
System.Object

Deleted

Declaration
public bool Deleted { get; set; }
Property Value
Type Description
System.Boolean

Disabled

Declaration
public bool Disabled { get; set; }
Property Value
Type Description
System.Boolean

EphemeralKey

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

Expanded

Declaration
public bool Expanded { get; set; }
Property Value
Type Description
System.Boolean

Focused

Declaration
public bool Focused { get; set; }
Property Value
Type Description
System.Boolean

Grid

Declaration
public IgbGridBaseDirective Grid { get; set; }
Property Value
Type Description
IgbGridBaseDirective

GroupRow

Declaration
public IgbGroupByRecord GroupRow { get; set; }
Property Value
Type Description
IgbGroupByRecord

HasChildren

Declaration
public bool HasChildren { get; set; }
Property Value
Type Description
System.Boolean

Index

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

InEditMode

Declaration
public bool InEditMode { get; set; }
Property Value
Type Description
System.Boolean

IsGroupByRow

Declaration
public bool IsGroupByRow { get; set; }
Property Value
Type Description
System.Boolean

IsSummaryRow

Declaration
public bool IsSummaryRow { get; set; }
Property Value
Type Description
System.Boolean

Key

Declaration
public object Key { get; set; }
Property Value
Type Description
System.Object

MethodTarget

Declaration
protected override string MethodTarget { get; }
Property Value
Type Description
System.String
Overrides
BaseRendererElement.MethodTarget

Pinned

Declaration
public bool Pinned { get; set; }
Property Value
Type Description
System.Boolean

RowParent

Declaration
[WCWidgetMemberName("Parent")]
public IgbRowType RowParent { get; set; }
Property Value
Type Description
IgbRowType

Selected

Declaration
public bool Selected { get; set; }
Property Value
Type Description
System.Boolean

TreeRow

Declaration
public IgbTreeGridRecord TreeRow { get; set; }
Property Value
Type Description
IgbTreeGridRecord

Type

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

Validation

Declaration
public IgbGridValidationState Validation { get; set; }
Property Value
Type Description
IgbGridValidationState

ViewIndex

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

Methods

Del()

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

DelAsync()

Declaration
public Task<object> DelAsync()
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
BaseRendererElement.FindByName(String)

FromEventJson(BaseRendererControl, Dictionary<String, Object>)

Declaration
protected override void FromEventJson(BaseRendererControl control, Dictionary<string, object> args)
Parameters
Type Name Description
BaseRendererControl control
System.Collections.Generic.Dictionary<System.String, System.Object> args
Overrides
BaseRendererElement.FromEventJson(BaseRendererControl, Dictionary<String, Object>)

Pin()

Declaration
public void Pin()

PinAsync()

Declaration
public Task PinAsync()
Returns
Type Description
System.Threading.Tasks.Task

SetNativeElement(Object)

Declaration
public void SetNativeElement(object element)
Parameters
Type Name Description
System.Object element

SetNativeElementAsync(Object)

Declaration
public Task SetNativeElementAsync(object element)
Parameters
Type Name Description
System.Object element
Returns
Type Description
System.Threading.Tasks.Task

ToEventJson(BaseRendererControl, Dictionary<String, Object>)

Declaration
protected override void ToEventJson(BaseRendererControl control, Dictionary<string, object> args)
Parameters
Type Name Description
BaseRendererControl control
System.Collections.Generic.Dictionary<System.String, System.Object> args
Overrides
BaseRendererElement.ToEventJson(BaseRendererControl, Dictionary<String, Object>)

Unpin()

Declaration
public void Unpin()

UnpinAsync()

Declaration
public Task UnpinAsync()
Returns
Type Description
System.Threading.Tasks.Task

Update(Object)

Declaration
public void Update(object value)
Parameters
Type Name Description
System.Object value

UpdateAsync(Object)

Declaration
public Task UpdateAsync(object value)
Parameters
Type Name Description
System.Object value
Returns
Type Description
System.Threading.Tasks.Task

Implements

JsonSerializable