Show / Hide Table of Contents

Class IgbColumnState

Inheritance
System.Object
BaseRendererElement
IgbColumnState
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.MethodTarget
BaseRendererElement.CurrParent
Namespace: IgniteUI.Blazor.Controls
Assembly: IgniteUI.Blazor.dll
Syntax
public class IgbColumnState : BaseRendererElement, JsonSerializable

Constructors

IgbColumnState()

Declaration
public IgbColumnState()

Properties

ColEnd

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

Collapsible

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

ColStart

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

ColumnGroup

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

ColumnLayout

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

DataType

Declaration
public GridColumnDataType DataType { get; set; }
Property Value
Type Description
GridColumnDataType

DisableHiding

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

DisablePinning

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

Editable

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

Expanded

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

Field

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

Filterable

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

FilteringIgnoreCase

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

Groupable

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

HasSummary

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

Header

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

HeaderClasses

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

HeaderGroupClasses

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

Hidden

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

Key

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

MaxWidth

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

Parent

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

ParentKey

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

Pinned

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

Resizable

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

RowEnd

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

RowStart

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

Searchable

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

Sortable

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

SortingIgnoreCase

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

Type

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

VisibleWhenCollapsed

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

Width

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

Methods

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>)

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>)

Implements

JsonSerializable