Class IgbGridColumnOptionsSimpleSectionBase
Inheritance
System.Object
IgbGridColumnOptionsSimpleSectionBase
Implements
System.IDisposable
Assembly: IgniteUI.Blazor.dll
Syntax
public class IgbGridColumnOptionsSimpleSectionBase : IgbGridColumnOptionsSectionBase, RefSink, JsonSerializable, IDisposable
Constructors
IgbGridColumnOptionsSimpleSectionBase()
Declaration
public IgbGridColumnOptionsSimpleSectionBase()
Properties
Caption
Declaration
public string Caption { get; set; }
Property Value
| Type |
Description |
| System.String |
|
ShowCaption
Declaration
public bool ShowCaption { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
Type
Declaration
public override string Type { get; }
Property Value
| Type |
Description |
| System.String |
|
Overrides
Methods
FindByName(String)
Declaration
public override object FindByName(string name)
Parameters
| Type |
Name |
Description |
| System.String |
name |
|
Returns
| Type |
Description |
| System.Object |
|
Overrides
Implements
System.IDisposable