Class IgbColumnState
Inheritance
System.Object
IgbColumnState
Assembly: IgniteUI.Blazor.dll
Syntax
public class IgbColumnState : BaseRendererElement, JsonSerializable
Constructors
IgbColumnState()
Declaration
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
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
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
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
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
Implements