Class IgbStyleSelector
Base class for selecting styles for DependencyObjects based on their associated data items.
Inheritance
System.Object
IgbStyleSelector
Assembly: IgniteUI.Blazor.dll
Syntax
public class IgbStyleSelector : BaseRendererElement, JsonSerializable
Constructors
IgbStyleSelector()
Declaration
public IgbStyleSelector()
Properties
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