Class IgbCellType
Inheritance
System.Object
IgbCellType
Assembly: IgniteUI.Blazor.dll
Syntax
public class IgbCellType : BaseRendererElement, JsonSerializable
Constructors
IgbCellType()
Declaration
Properties
Active
Declaration
public bool Active { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
CellID
Declaration
public object CellID { get; set; }
Property Value
| Type |
Description |
| System.Object |
|
Column
Declaration
public IgbColumn Column { get; set; }
Property Value
Editable
Declaration
public bool Editable { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
EditMode
Declaration
public bool EditMode { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
EditValue
Declaration
public object EditValue { get; set; }
Property Value
| Type |
Description |
| System.Object |
|
Grid
Declaration
public IgbGridBaseDirective Grid { get; set; }
Property Value
Id
Declaration
public IgbGridCellIdentifier Id { get; set; }
Property Value
Readonly
Declaration
public bool Readonly { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
Selected
Declaration
public bool Selected { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
Title
Declaration
public object Title { get; set; }
Property Value
| Type |
Description |
| System.Object |
|
Type
Declaration
public override string Type { get; }
Property Value
| Type |
Description |
| System.String |
|
Overrides
Validation
Declaration
public IgbGridValidationState Validation { get; set; }
Property Value
Value
Declaration
public object Value { get; set; }
Property Value
| Type |
Description |
| System.Object |
|
VisibleColumnIndex
Declaration
public double VisibleColumnIndex { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Width
Declaration
public string Width { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Methods
CalculateSizeToFit(Object)
Declaration
public double CalculateSizeToFit(object range)
Parameters
| Type |
Name |
Description |
| System.Object |
range |
|
Returns
| Type |
Description |
| System.Double |
|
CalculateSizeToFitAsync(Object)
Declaration
public Task<double> CalculateSizeToFitAsync(object range)
Parameters
| Type |
Name |
Description |
| System.Object |
range |
|
Returns
| Type |
Description |
| System.Threading.Tasks.Task<System.Double> |
|
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
SetEditMode(Boolean)
Declaration
public void SetEditMode(bool value)
Parameters
| Type |
Name |
Description |
| System.Boolean |
value |
|
SetEditModeAsync(Boolean)
Declaration
public Task SetEditModeAsync(bool value)
Parameters
| Type |
Name |
Description |
| System.Boolean |
value |
|
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
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