Class IgbListPanelItemModel
Inheritance
System.Object
IgbListPanelItemModel
Assembly: IgniteUI.Blazor.dll
Syntax
public class IgbListPanelItemModel : BaseRendererElement, JsonSerializable
Constructors
IgbListPanelItemModel()
Declaration
public IgbListPanelItemModel()
Properties
DataRow
Declaration
public int DataRow { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
IsActivated
Declaration
public bool IsActivated { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
IsActivationSupported
Declaration
public bool IsActivationSupported { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
IsModelDirty
Declaration
public bool IsModelDirty { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
IsSelected
Declaration
public bool IsSelected { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
Left
Declaration
public double Left { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
RowHeight
Declaration
public double RowHeight { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
RowObject
Declaration
public object RowObject { get; set; }
Property Value
| Type |
Description |
| System.Object |
|
RowObjectScript
Provides a means of setting RowObject in the JavaScript environment.
Declaration
public string RowObjectScript { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Top
Declaration
public double Top { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
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