Class IgbColumnPropertySetter
Indicates that a specified column should have a specified property set to a value.
Inheritance
System.Object
IgbColumnPropertySetter
Assembly: IgniteUI.Blazor.dll
Syntax
public class IgbColumnPropertySetter : BaseRendererElement, JsonSerializable
Constructors
IgbColumnPropertySetter()
Declaration
public IgbColumnPropertySetter()
Properties
ColumnName
The name or key of the column to change the property of
Declaration
public string ColumnName { get; set; }
Property Value
| Type |
Description |
| System.String |
|
PropertyName
The name of the property to change
Declaration
public string PropertyName { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Type
Declaration
public override string Type { get; }
Property Value
| Type |
Description |
| System.String |
|
Overrides
Value
The new value of the property
Declaration
public object Value { get; set; }
Property Value
| Type |
Description |
| System.Object |
|
ValueScript
Provides a means of setting Value in the JavaScript environment.
Declaration
public string ValueScript { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Methods
FindByName(String)
Declaration
public override object FindByName(string name)
Parameters
| Type |
Name |
Description |
| System.String |
name |
|
Returns
| Type |
Description |
| System.Object |
|
Overrides
Implements