Inheritance
object
ComponentBase
- IComponent
- IHandleEvent
- IHandleAfterRender
- JsonSerializable
Constructors
Section titled "Constructors"constructor
public IgbColumnState() Returns IgbColumnState
Properties
Section titled "Properties"IgBlazor
Section titled "IgBlazor"Inherited from: BaseRendererElement
[Inject]
protected IIgniteUIBlazor IgBlazor { get; set; } IsComponentRooted
Section titled "IsComponentRooted"Inherited from: BaseRendererElement
public bool IsComponentRooted { get; } ParentTypeName
Section titled "ParentTypeName"Inherited from: BaseRendererElement
protected virtual string ParentTypeName { get; } UseDirectRender
Section titled "UseDirectRender"Inherited from: BaseRendererElement
protected virtual bool UseDirectRender { get; } ChildContent
Section titled "ChildContent"Inherited from: BaseRendererElement
[Parameter]
public RenderFragment ChildContent { get; set; } SupportsVisualChildren
Section titled "SupportsVisualChildren"Inherited from: BaseRendererElement
protected virtual bool SupportsVisualChildren { get; } Inherited from: BaseRendererElement
[Parameter]
public string Name { get; set; } MethodTarget
Section titled "MethodTarget"Inherited from: BaseRendererElement
protected virtual string MethodTarget { get; } CurrParent
Section titled "CurrParent"Inherited from: BaseRendererElement
protected object CurrParent { get; } ColEnd
Section titled "ColEnd"[Parameter]
public double ColEnd { get; set; } ColStart
Section titled "ColStart"[Parameter]
public double ColStart { get; set; } Collapsible
Section titled "Collapsible"[Parameter]
public bool Collapsible { get; set; } ColumnGroup
Section titled "ColumnGroup"[Parameter]
public bool ColumnGroup { get; set; } ColumnLayout
Section titled "ColumnLayout"[Parameter]
public bool ColumnLayout { get; set; } DataType
Section titled "DataType"[Parameter]
public GridColumnDataType DataType { get; set; } DisableHiding
Section titled "DisableHiding"[Parameter]
public bool DisableHiding { get; set; } DisablePinning
Section titled "DisablePinning"[Parameter]
public bool DisablePinning { get; set; } Editable
Section titled "Editable"[Parameter]
public bool Editable { get; set; } Expanded
Section titled "Expanded"[Parameter]
public bool Expanded { get; set; } Field
Section titled "Field"[Parameter]
public string Field { get; set; } Filterable
Section titled "Filterable"[Parameter]
public bool Filterable { get; set; } FilteringIgnoreCase
Section titled "FilteringIgnoreCase"[Parameter]
public bool FilteringIgnoreCase { get; set; } Groupable
Section titled "Groupable"[Parameter]
public bool Groupable { get; set; } HasSummary
Section titled "HasSummary"[Parameter]
public bool HasSummary { get; set; } Header
Section titled "Header"[Parameter]
public string Header { get; set; } HeaderClasses
Section titled "HeaderClasses"[Parameter]
public string HeaderClasses { get; set; } HeaderGroupClasses
Section titled "HeaderGroupClasses"[Parameter]
public string HeaderGroupClasses { get; set; } Hidden
Section titled "Hidden"[Parameter]
public bool Hidden { get; set; } [Parameter]
public string Key { get; set; } MaxWidth
Section titled "MaxWidth"[Parameter]
public string MaxWidth { get; set; } Parent
Section titled "Parent"[Parameter]
[Obsolete]
public object Parent { get; set; } ParentKey
Section titled "ParentKey"[Parameter]
public string ParentKey { get; set; } Pinned
Section titled "Pinned"[Parameter]
public bool Pinned { get; set; } Resizable
Section titled "Resizable"[Parameter]
public bool Resizable { get; set; } RowEnd
Section titled "RowEnd"[Parameter]
public double RowEnd { get; set; } RowStart
Section titled "RowStart"[Parameter]
public double RowStart { get; set; } Searchable
Section titled "Searchable"[Parameter]
public bool Searchable { get; set; } Sortable
Section titled "Sortable"[Parameter]
public bool Sortable { get; set; } SortingIgnoreCase
Section titled "SortingIgnoreCase"[Parameter]
public bool SortingIgnoreCase { get; set; } public override string Type { get; } VisibleWhenCollapsed
Section titled "VisibleWhenCollapsed"[Parameter]
public bool VisibleWhenCollapsed { get; set; } Width
Section titled "Width"[Parameter]
public object Width { get; set; } Accessors
Section titled "Accessors"_name
Section titled "_name"Inherited from: BaseRendererElement
protected string _name eventCallbacksCache
Section titled "eventCallbacksCache"Inherited from: BaseRendererElement
protected Dictionary<Type, Dictionary<string, FieldInfo>> eventCallbacksCache _cachedSerializedContent
Section titled "_cachedSerializedContent"Inherited from: BaseRendererElement
protected string _cachedSerializedContent Methods
Section titled "Methods"EnsureModulesLoaded()
Section titled "EnsureModulesLoaded()"Inherited from: BaseRendererElement
protected virtual void EnsureModulesLoaded() Returns any
BuildRenderTree(RenderTreeBuilder)
Section titled "BuildRenderTree(RenderTreeBuilder)"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
IsPropDirty(string)
Section titled "IsPropDirty(string)"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
Serialize()
Section titled "Serialize()"Inherited from: BaseRendererElement
public string Serialize() Returns any
EnsureValid()
Section titled "EnsureValid()"Inherited from: BaseRendererElement
protected void EnsureValid() 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
FindByName(string)
Section titled "FindByName(string)"public override object FindByName(string name) Parameters
- name:
string
Returns any
FromEventJson(BaseRendererControl, Dictionary<string, object>)
Section titled "FromEventJson(BaseRendererControl, Dictionary<string, object>)"protected override void FromEventJson(BaseRendererControl control, Dictionary<string, object> args) Parameters
- control:
BaseRendererControl - args:
Dictionary
Returns any
SetNativeElement(object)
Section titled "SetNativeElement(object)"public void SetNativeElement(object element) Parameters
- element:
object
Returns any
SetNativeElementAsync(object)
Section titled "SetNativeElementAsync(object)"public Task SetNativeElementAsync(object element) Parameters
- element:
object
Returns any
ToEventJson(BaseRendererControl, Dictionary<string, object>)
Section titled "ToEventJson(BaseRendererControl, Dictionary<string, object>)"protected override void ToEventJson(BaseRendererControl control, Dictionary<string, object> args) Parameters
- control:
BaseRendererControl - args:
Dictionary