Class IgbDashboardTileCustomization
Inheritance
System.Object
IgbDashboardTileCustomization
Assembly: IgniteUI.Blazor.dll
Syntax
public class IgbDashboardTileCustomization : BaseRendererElement, JsonSerializable
Constructors
IgbDashboardTileCustomization()
Declaration
public IgbDashboardTileCustomization()
Properties
CollectionIndex
Declaration
public int CollectionIndex { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
IsCollectionInsertionAtEnd
Declaration
public bool IsCollectionInsertionAtEnd { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
IsCollectionInsertionAtIndex
Declaration
public bool IsCollectionInsertionAtIndex { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
IsCollectionInsertionAtStart
Declaration
public bool IsCollectionInsertionAtStart { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
IsCollectionRemovaltIndex
Declaration
public bool IsCollectionRemovaltIndex { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
MatchParentIndex
Declaration
public int MatchParentIndex { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
MatchType
Declaration
public string MatchType { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Order
Declaration
public int Order { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
PropertyName
Declaration
public string PropertyName { get; set; }
Property Value
| Type |
Description |
| System.String |
|
PropertyValue
Declaration
public object PropertyValue { get; set; }
Property Value
| Type |
Description |
| System.Object |
|
PropertyValueScript
Declaration
public string PropertyValueScript { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Type
Declaration
public override string Type { get; }
Property Value
| Type |
Description |
| System.String |
|
Overrides
Methods
EnsureModulesLoaded()
Declaration
protected override void EnsureModulesLoaded()
Overrides
FindByName(String)
Declaration
public override object FindByName(string name)
Parameters
| Type |
Name |
Description |
| System.String |
name |
|
Returns
| Type |
Description |
| System.Object |
|
Overrides
Implements