Inheritance
object
ComponentBase
- IComponent
- IHandleEvent
- IHandleAfterRender
- JsonSerializable
- IDisposable
Constructors
Section titled "Constructors"constructor
public IgbListPanel() Returns IgbListPanel
Properties
Section titled "Properties"IgBlazor
Section titled "IgBlazor"Inherited from: BaseRendererControl
[Inject]
protected IIgniteUIBlazor IgBlazor { get; set; } Height
Section titled "Height"Inherited from: BaseRendererControl
[Parameter]
public string Height { get; set; } Width
Section titled "Width"Inherited from: BaseRendererControl
[Parameter]
public string Width { get; set; } Class
Section titled "Class"Inherited from: BaseRendererControl
[Parameter]
public string Class { get; set; } AdditionalAttributes
Section titled "AdditionalAttributes"Inherited from: BaseRendererControl
[Parameter(CaptureUnmatchedValues = true)]
public Dictionary<string, object> AdditionalAttributes { get; set; } ParentTypeName
Section titled "ParentTypeName"Inherited from: BaseRendererControl
protected virtual string ParentTypeName { get; } EventBehavior
Section titled "EventBehavior"Inherited from: BaseRendererControl
Gets or sets how events are bubbled up from JavaScript to Blazor.
[Parameter]
public ControlEventBehavior EventBehavior { get; set; } ChildContent
Section titled "ChildContent"Inherited from: BaseRendererControl
[Parameter]
public RenderFragment ChildContent { get; set; } RoundTripDateConversion
Section titled "RoundTripDateConversion"Inherited from: BaseRendererControl
Gets or sets what type of date conversion to make when round tripping dates.
[Parameter]
public RoundTripDateConversion RoundTripDateConversion { get; set; } SupportsVisualChildren
Section titled "SupportsVisualChildren"Inherited from: BaseRendererControl
protected virtual bool SupportsVisualChildren { get; } UseDirectRender
Section titled "UseDirectRender"Inherited from: BaseRendererControl
protected virtual bool UseDirectRender { get; } DirectRenderElementName
Section titled "DirectRenderElementName"Inherited from: BaseRendererControl
protected virtual string DirectRenderElementName { get; } NeedsDynamicContent
Section titled "NeedsDynamicContent"Inherited from: BaseRendererControl
protected virtual bool NeedsDynamicContent { get; } UseCamelEnumValues
Section titled "UseCamelEnumValues"Inherited from: BaseRendererControl
protected virtual bool UseCamelEnumValues { get; } ActivationBorder
Section titled "ActivationBorder"Gets or sets the activation border color to use.
[Parameter]
public string ActivationBorder { get; set; } ActivationBorderBottomWidth
Section titled "ActivationBorderBottomWidth"Gets or sets the amount of bottom activation border to use for the cell content of this column.
[Parameter]
public int ActivationBorderBottomWidth { get; set; } ActivationBorderLeftWidth
Section titled "ActivationBorderLeftWidth"Gets or sets the amount of left activation border to use for the cell content for this column.
[Parameter]
public int ActivationBorderLeftWidth { get; set; } ActivationBorderRightWidth
Section titled "ActivationBorderRightWidth"Gets or sets the amount of right activation border to use for the cell content of this column.
[Parameter]
public int ActivationBorderRightWidth { get; set; } ActivationBorderTopWidth
Section titled "ActivationBorderTopWidth"Gets or sets the amount of top activation border to use for the cell content for this column.
[Parameter]
public int ActivationBorderTopWidth { get; set; } ActivationMode
Section titled "ActivationMode"Sets or gets the grid selection mode.
[Parameter]
public ListPanelActivationMode ActivationMode { get; set; } ActiveRow
Section titled "ActiveRow"Gets or sets the position of the active row.
[Parameter]
public int ActiveRow { get; set; } ActiveRowChanged
Section titled "ActiveRowChanged"[Parameter]
public Action<IgbListPanelActiveRowChangedEventArgs> ActiveRowChanged { get; set; } ActiveRowChangedScript
Section titled "ActiveRowChangedScript"[Parameter]
public string ActiveRowChangedScript { get; set; } ActualPrimaryKey
Section titled "ActualPrimaryKey"Gets either the inferred primary key from the data source, or the user provided primary key, if present. Represents the actual primary key that the grid will use in operations that require it.
[Parameter]
public string[] ActualPrimaryKey { get; set; } ActualRowHeight
Section titled "ActualRowHeight"[Parameter]
public double ActualRowHeight { get; set; } BackgroundColor
Section titled "BackgroundColor"Gets or sets the color to use for the background of the component.
[Parameter]
public string BackgroundColor { get; set; } CellFontFamily
Section titled "CellFontFamily"[Parameter]
public string CellFontFamily { get; set; } CellFontSize
Section titled "CellFontSize"[Parameter]
public double CellFontSize { get; set; } CellFontStyle
Section titled "CellFontStyle"[Parameter]
public string CellFontStyle { get; set; } CellFontWeight
Section titled "CellFontWeight"[Parameter]
public string CellFontWeight { get; set; } ContentRefreshed
Section titled "ContentRefreshed"[Parameter]
public Action<IgbListPanelContentRefreshedEventArgs> ContentRefreshed { get; set; } ContentRefreshedScript
Section titled "ContentRefreshedScript"[Parameter]
public string ContentRefreshedScript { get; set; } DataSource
Section titled "DataSource"Gets or sets the data to which to bind the grid. This can be some type of array or list, or it can be an IDataSource instance.
[Parameter]
public object DataSource { get; set; } DataSourceScript
Section titled "DataSourceScript"Provides a means of setting DataSource in the JavaScript environment.
[Parameter]
public string DataSourceScript { get; set; } DefaultEventBehavior
Section titled "DefaultEventBehavior"Gets the components default event behavior.
protected override ControlEventBehavior DefaultEventBehavior { get; } IsActiveRowStyleEnabled
Section titled "IsActiveRowStyleEnabled"Gets or sets whether the active row style will be applied to rows when made active.
[Parameter]
public bool IsActiveRowStyleEnabled { get; set; } IsCustomRowHeightEnabled
Section titled "IsCustomRowHeightEnabled"Gets or sets the color to use for the background of the component.
[Parameter]
public bool IsCustomRowHeightEnabled { get; set; } ItemRebind
Section titled "ItemRebind"[Parameter]
public Action<IgbListPanelContentRebindEventArgs> ItemRebind { get; set; } ItemRebindScript
Section titled "ItemRebindScript"[Parameter]
public string ItemRebindScript { get; set; } ItemRecycled
Section titled "ItemRecycled"[Parameter]
public Action<IgbListPanelContentRecycledEventArgs> ItemRecycled { get; set; } ItemRecycledScript
Section titled "ItemRecycledScript"[Parameter]
public string ItemRecycledScript { get; set; } ItemSpacing
Section titled "ItemSpacing"Gets or sets the spacing between items.
[Parameter]
public double ItemSpacing { get; set; } NormalBackground
Section titled "NormalBackground"Gets or sets the background color to use.
[Parameter]
public string NormalBackground { get; set; } NotifyOnAllSelectionChanges
Section titled "NotifyOnAllSelectionChanges"Gets or sets if the grid should notify on programmatic selection changes as well as changes from the UI.
[Parameter]
public bool NotifyOnAllSelectionChanges { get; set; } Orientation
Section titled "Orientation"Gets or sets the color to use for the background of the component.
[Parameter]
public ListPanelOrientation Orientation { get; set; } PrimaryKey
Section titled "PrimaryKey"Sets or gets the user provided primary key to assume for the data. Certain functionality of the grid requires a way to uniquely identify items in order to work correctly. If a primary key cannot be inferred from the data source, you may need to provide one here.
[Parameter]
public string[] PrimaryKey { get; set; } RowHeight
Section titled "RowHeight"Gets or Sets the property name that contains the values.
[Parameter]
public int RowHeight { get; set; } SchemaIncludedProperties
Section titled "SchemaIncludedProperties"Gets either the filtered properties to include in the schema of the data source.
[Parameter]
public string[] SchemaIncludedProperties { get; set; } ScrollbarBackground
Section titled "ScrollbarBackground"Gets or sets the scrollbar background color.
[Parameter]
public string ScrollbarBackground { get; set; } ScrollbarStyle
Section titled "ScrollbarStyle"Gets or sets the style of scrollbar.
[Parameter]
public ScrollbarStyle ScrollbarStyle { get; set; } SelectedBackground
Section titled "SelectedBackground"Gets or sets the background color to use for the cells when they are selected
[Parameter]
public string SelectedBackground { get; set; } SelectedItems
Section titled "SelectedItems"Gets which items are currently selected in the grid. Collection can be updated to programatically select items.
public IgbListPanelSelectedItemsCollection SelectedItems { get; protected set; } SelectedItemsChanged
Section titled "SelectedItemsChanged"[Parameter]
public Action<IgbListPanelSelectedItemsChangedEventArgs> SelectedItemsChanged { get; set; } SelectedItemsChangedScript
Section titled "SelectedItemsChangedScript"[Parameter]
public string SelectedItemsChangedScript { get; set; } SelectedKeys
Section titled "SelectedKeys"Gets which primary key values are currently selected in the grid. Collection can be updated to programatically select items.
public IgbListPanelSelectedKeysCollection SelectedKeys { get; protected set; } SelectedKeysChanged
Section titled "SelectedKeysChanged"[Parameter]
public Action<IgbListPanelSelectedKeysChangedEventArgs> SelectedKeysChanged { get; set; } SelectedKeysChangedScript
Section titled "SelectedKeysChangedScript"[Parameter]
public string SelectedKeysChangedScript { get; set; } SelectionBehavior
Section titled "SelectionBehavior"Sets or gets how selection behaves in the grid.
[Parameter]
public ListPanelSelectionBehavior SelectionBehavior { get; set; } SelectionChanged
Section titled "SelectionChanged"[Parameter]
public Action<IgbListPanelSelectionChangedEventArgs> SelectionChanged { get; set; } SelectionChangedScript
Section titled "SelectionChangedScript"[Parameter]
public string SelectionChangedScript { get; set; } SelectionMode
Section titled "SelectionMode"Sets or gets the grid selection mode.
[Parameter]
public ListPanelSelectionMode SelectionMode { get; set; } TextColor
Section titled "TextColor"Gets or sets the color to use for the text of the component.
[Parameter]
public string TextColor { get; set; } public override string Type { get; } Accessors
Section titled "Accessors"eventCallbacksCache
Section titled "eventCallbacksCache"Inherited from: BaseRendererControl
protected Dictionary<Type, Dictionary<string, FieldInfo>> eventCallbacksCache _cachedSerializedContent
Section titled "_cachedSerializedContent"Inherited from: BaseRendererControl
protected string _cachedSerializedContent Methods
Section titled "Methods"ResolveEventBehavior()
Section titled "ResolveEventBehavior()"Inherited from: BaseRendererControl
Resolves the components event behavior if Auto is selected.
protected ControlEventBehavior ResolveEventBehavior() Returns any
ResolveDisplay()
Section titled "ResolveDisplay()"Inherited from: BaseRendererControl
protected virtual string ResolveDisplay() Returns any
ToSpinal(string)
Section titled "ToSpinal(string)"Inherited from: BaseRendererControl
protected string ToSpinal(string value) Parameters
- value:
string
Returns any
TransformSimpleKey(string)
Section titled "TransformSimpleKey(string)"Inherited from: BaseRendererControl
protected virtual string TransformSimpleKey(string key) Parameters
- key:
string
Returns any
IsTransformedEnumValue(string)
Section titled "IsTransformedEnumValue(string)"Inherited from: BaseRendererControl
protected virtual bool IsTransformedEnumValue(string key) Parameters
- key:
string
Returns any
TransformPotentialEnumValue(string, object)
Section titled "TransformPotentialEnumValue(string, object)"Inherited from: BaseRendererControl
protected virtual object TransformPotentialEnumValue(string key, object value) Parameters
- key:
string - value:
object
Returns any
BuildSequenceInfo(int)
Section titled "BuildSequenceInfo(int)"Inherited from: BaseRendererControl
protected virtual SequenceInfo BuildSequenceInfo(int startSequence) Parameters
- startSequence:
int
Returns any
BuildRenderTree(RenderTreeBuilder)
Section titled "BuildRenderTree(RenderTreeBuilder)"Inherited from: BaseRendererControl
protected override void BuildRenderTree(RenderTreeBuilder builder) Parameters
- builder:
RenderTreeBuilder
Returns any
TemplateContentType(string)
Section titled "TemplateContentType(string)"Inherited from: BaseRendererControl
protected Type TemplateContentType(string templateId) Parameters
- templateId:
string
Returns any
OnAfterRenderAsync(bool)
Section titled "OnAfterRenderAsync(bool)"Inherited from: BaseRendererControl
protected override Task OnAfterRenderAsync(bool firstRender) Parameters
- firstRender:
bool
Returns any
EnsureReady()
Section titled "EnsureReady()"Inherited from: BaseRendererControl
public Task EnsureReady() Returns any
MarkPropDirty(string)
Section titled "MarkPropDirty(string)"Inherited from: BaseRendererControl
protected void MarkPropDirty(string propertyName) Parameters
- propertyName:
string
Returns any
IsPropDirty(string)
Section titled "IsPropDirty(string)"Inherited from: BaseRendererControl
protected bool IsPropDirty(string propertyName) Parameters
- propertyName:
string
Returns any
Serialize(SerializationContext, string)
Section titled "Serialize(SerializationContext, string)"Inherited from: BaseRendererControl
public void Serialize(SerializationContext context, string propertyName = null) Parameters
- context:
SerializationContext - propertyName:
string
Returns any
Serialize()
Section titled "Serialize()"Inherited from: BaseRendererControl
public string Serialize() Returns any
InvokeMethod(string, object[], string[], ElementReference[])
Section titled "InvokeMethod(string, object[], string[], ElementReference[])"Inherited from: BaseRendererControl
protected Task<object> InvokeMethod(string methodName, object[] arguments, string[] types, ElementReference[] nativeElements = null) Parameters
- methodName:
string - arguments:
object[] - types:
string[] - nativeElements:
ElementReference[]
Returns any
InvokeMethodSync(string, object[], string[], ElementReference[])
Section titled "InvokeMethodSync(string, object[], string[], ElementReference[])"Inherited from: BaseRendererControl
protected object InvokeMethodSync(string methodName, object[] arguments, string[] types, ElementReference[] nativeElements = null) Parameters
- methodName:
string - arguments:
object[] - types:
string[] - nativeElements:
ElementReference[]
Returns any
SuspendNotifications(object)
Section titled "SuspendNotifications(object)"Inherited from: BaseRendererControl
Prevents data change notifications from be propagated to the component.
public void SuspendNotifications(object dataSource) Parameters
- dataSource:
object
Returns any
ResumeNotifications(object, bool)
Section titled "ResumeNotifications(object, bool)"Inherited from: BaseRendererControl
Resumes data change notifications.
public void ResumeNotifications(object dataSource, bool notify = true) Parameters
- dataSource:
object - notify:
bool
Returns any
NotifyInsertItem(object, int, object)
Section titled "NotifyInsertItem(object, int, object)"Inherited from: BaseRendererControl
public void NotifyInsertItem(object dataSource, int index, object refItem) Parameters
- dataSource:
object - index:
int - refItem:
object
Returns any
NotifyRemoveItem(object, int, object)
Section titled "NotifyRemoveItem(object, int, object)"Inherited from: BaseRendererControl
public void NotifyRemoveItem(object dataSource, int index, object oldItem) Parameters
- dataSource:
object - index:
int - oldItem:
object
Returns any
NotifyClearItems(object)
Section titled "NotifyClearItems(object)"Inherited from: BaseRendererControl
public void NotifyClearItems(object dataSource) Parameters
- dataSource:
object
Returns any
NotifySetItem(object, int, object, object)
Section titled "NotifySetItem(object, int, object, object)"Inherited from: BaseRendererControl
public void NotifySetItem(object dataSource, int index, object oldItem, object newItem) Parameters
- dataSource:
object - index:
int - oldItem:
object - newItem:
object
Returns any
NotifyUpdateItem(object, int, object, bool)
Section titled "NotifyUpdateItem(object, int, object, bool)"Inherited from: BaseRendererControl
public void NotifyUpdateItem(object dataSource, int index, object refItem, bool syncDataOnly = false) Parameters
- dataSource:
object - index:
int - refItem:
object - syncDataOnly:
bool
Returns any
OnRefChanged(string, object)
Section titled "OnRefChanged(string, object)"Inherited from: BaseRendererControl
public void OnRefChanged(string refName, object refValue) Parameters
- refName:
string - refValue:
object
Returns any
OnInvokeReturn(long, object)
Section titled "OnInvokeReturn(long, object)"Inherited from: BaseRendererControl
public void OnInvokeReturn(long invokeId, object returnValue) Parameters
- invokeId:
long - returnValue:
object
Returns any
Camelize(string)
Section titled "Camelize(string)"Inherited from: BaseRendererControl
protected string Camelize(string value) Parameters
- value:
string
Returns any
ToPascal(string)
Section titled "ToPascal(string)"Inherited from: BaseRendererControl
protected string ToPascal(string value) Parameters
- value:
string
Returns any
OnElementNameChanged(BaseRendererElement, string, string)
Section titled "OnElementNameChanged(BaseRendererElement, string, string)"Inherited from: BaseRendererControl
protected void OnElementNameChanged(BaseRendererElement element, string oldName, string newName) Parameters
- element:
BaseRendererElement - oldName:
string - newName:
string
Returns any
Dispose(bool)
Section titled "Dispose(bool)"Inherited from: BaseRendererControl
protected virtual void Dispose(bool disposing) Parameters
- disposing:
bool
Returns any
SetResourceStringAsync(string, string, string)
Section titled "SetResourceStringAsync(string, string, string)"Inherited from: BaseRendererControl
public Task<object> SetResourceStringAsync(string grouping, string id, string value) Parameters
- grouping:
string - id:
string - value:
string
Returns any
SetResourceStringAsync(string, string)
Section titled "SetResourceStringAsync(string, string)"Inherited from: BaseRendererControl
public Task<object> SetResourceStringAsync(string grouping, string json) Parameters
- grouping:
string - json:
string
Returns any
SetPropertyValue(object, PropertyInfo, JsonElement)
Section titled "SetPropertyValue(object, PropertyInfo, JsonElement)"Inherited from: BaseRendererControl
protected void SetPropertyValue(object item, PropertyInfo property, JsonElement jsonElement) Parameters
- item:
object - property:
PropertyInfo - jsonElement:
JsonElement
Returns any
SetPropertyValue(object, PropertyInfo, object)
Section titled "SetPropertyValue(object, PropertyInfo, object)"Inherited from: BaseRendererControl
protected void SetPropertyValue(object item, PropertyInfo property, object value) Parameters
- item:
object - property:
PropertyInfo - value:
object
Returns any
Dispose()
Section titled "Dispose()"Inherited from: BaseRendererControl
public void Dispose() Returns any
DataIndexOfItem(object)
Section titled "DataIndexOfItem(object)"public int DataIndexOfItem(object item) Parameters
- item:
object
Returns any
DataIndexOfItemAsync(object)
Section titled "DataIndexOfItemAsync(object)"Returns the data index of an item within the bound data source.
public Task<int> DataIndexOfItemAsync(object item) Parameters
- item:
object
Returns any
DeselectAllRows()
Section titled "DeselectAllRows()"public void DeselectAllRows() Returns any
DeselectAllRowsAsync()
Section titled "DeselectAllRowsAsync()"Deselects all currently selected rows.
public Task DeselectAllRowsAsync() Returns any
EnsureModulesLoaded()
Section titled "EnsureModulesLoaded()"protected override void EnsureModulesLoaded() Returns any
ExportSerializedVisualData()
Section titled "ExportSerializedVisualData()"public string ExportSerializedVisualData() Returns any
ExportSerializedVisualDataAsync()
Section titled "ExportSerializedVisualDataAsync()"public Task<string> ExportSerializedVisualDataAsync() Returns any
ExportVisualData()
Section titled "ExportVisualData()"public object ExportVisualData() Returns any
ExportVisualDataAsync()
Section titled "ExportVisualDataAsync()"public Task<object> ExportVisualDataAsync() Returns any
FindByName(string)
Section titled "FindByName(string)"public override object FindByName(string name) Parameters
- name:
string
Returns any
GetCurrentActiveRow()
Section titled "GetCurrentActiveRow()"public int GetCurrentActiveRow() Returns any
GetCurrentActiveRowAsync()
Section titled "GetCurrentActiveRowAsync()"public Task<int> GetCurrentActiveRowAsync() Returns any
GetCurrentActualPrimaryKey()
Section titled "GetCurrentActualPrimaryKey()"public string[] GetCurrentActualPrimaryKey() Returns any
GetCurrentActualPrimaryKeyAsync()
Section titled "GetCurrentActualPrimaryKeyAsync()"public Task<string[]> GetCurrentActualPrimaryKeyAsync() Returns any
GetCurrentSelectedItems()
Section titled "GetCurrentSelectedItems()"public IgbListPanelSelectedItemsCollection GetCurrentSelectedItems() Returns any
GetCurrentSelectedItemsAsync()
Section titled "GetCurrentSelectedItemsAsync()"public Task<IgbListPanelSelectedItemsCollection> GetCurrentSelectedItemsAsync() Returns any
GetCurrentSelectedKeys()
Section titled "GetCurrentSelectedKeys()"public IgbListPanelSelectedKeysCollection GetCurrentSelectedKeys() Returns any
GetCurrentSelectedKeysAsync()
Section titled "GetCurrentSelectedKeysAsync()"public Task<IgbListPanelSelectedKeysCollection> GetCurrentSelectedKeysAsync() Returns any
GetFirstVisibleIndex()
Section titled "GetFirstVisibleIndex()"public int GetFirstVisibleIndex() Returns any
GetFirstVisibleIndexAsync()
Section titled "GetFirstVisibleIndexAsync()"Gets the first visible index in the grid.
public Task<int> GetFirstVisibleIndexAsync() Returns any
GetItemKey(string[], object)
Section titled "GetItemKey(string[], object)"public IgbListPanelPrimaryKeyValue GetItemKey(string[] primaryKey, object item_) Parameters
- primaryKey:
string[] - item_:
object
Returns any
GetItemKeyAsync(string[], object)
Section titled "GetItemKeyAsync(string[], object)"public Task<IgbListPanelPrimaryKeyValue> GetItemKeyAsync(string[] primaryKey, object item_) Parameters
- primaryKey:
string[] - item_:
object
Returns any
GetLastVisibleIndex()
Section titled "GetLastVisibleIndex()"public int GetLastVisibleIndex() Returns any
GetLastVisibleIndexAsync()
Section titled "GetLastVisibleIndexAsync()"Gets the last visible index in the grid.
public Task<int> GetLastVisibleIndexAsync() Returns any
GetRowKey(string[], int)
Section titled "GetRowKey(string[], int)"public IgbListPanelPrimaryKeyValue GetRowKey(string[] primaryKey, int rowIndex) Parameters
- primaryKey:
string[] - rowIndex:
int
Returns any
GetRowKeyAsync(string[], int)
Section titled "GetRowKeyAsync(string[], int)"public Task<IgbListPanelPrimaryKeyValue> GetRowKeyAsync(string[] primaryKey, int rowIndex) Parameters
- primaryKey:
string[] - rowIndex:
int
Returns any
InvalidateVisibleItems()
Section titled "InvalidateVisibleItems()"public void InvalidateVisibleItems() Returns any
InvalidateVisibleItemsAsync()
Section titled "InvalidateVisibleItemsAsync()"Invalidates the bound data for the rows currently visible.
public Task InvalidateVisibleItemsAsync() Returns any
ScrollToLastRowByIndex(double)
Section titled "ScrollToLastRowByIndex(double)"public void ScrollToLastRowByIndex(double rowNumber) Parameters
- rowNumber:
double
Returns any
ScrollToLastRowByIndexAsync(double)
Section titled "ScrollToLastRowByIndexAsync(double)"Scrolls the grid so that a row is the last visible, by index.
public Task ScrollToLastRowByIndexAsync(double rowNumber) Parameters
- rowNumber:
double
Returns any
ScrollToRowByIndex(double)
Section titled "ScrollToRowByIndex(double)"public void ScrollToRowByIndex(double rowNumber) Parameters
- rowNumber:
double
Returns any
ScrollToRowByIndexAsync(double)
Section titled "ScrollToRowByIndexAsync(double)"Scrolls the grid to given row, by index
public Task ScrollToRowByIndexAsync(double rowNumber) Parameters
- rowNumber:
double
Returns any
SelectAllRows()
Section titled "SelectAllRows()"public void SelectAllRows() Returns any
SelectAllRowsAsync()
Section titled "SelectAllRowsAsync()"Selects all of the rows in the grid.
public Task SelectAllRowsAsync() Returns any
Events
Section titled "Events"ActualPrimaryKeyChanged
Section titled "ActualPrimaryKeyChanged"[Parameter]
public EventCallback<string[]> ActualPrimaryKeyChanged { get; set; } ItemClicked
Section titled "ItemClicked"[Parameter]
public EventCallback<IgbListPanelItemEventArgs> ItemClicked { get; set; } ItemHeightRequested
Section titled "ItemHeightRequested"[Parameter]
public EventCallback<IgbListPanelTemplateHeightRequestedEventArgs> ItemHeightRequested { get; set; } ItemWidthRequested
Section titled "ItemWidthRequested"[Parameter]
public EventCallback<IgbListPanelTemplateWidthRequestedEventArgs> ItemWidthRequested { get; set; } RowUpdating
Section titled "RowUpdating"[Parameter]
public EventCallback<IgbListPanelTemplateItemUpdatingEventArgs> RowUpdating { get; set; } ActualPrimaryKeyChangedScript
Section titled "ActualPrimaryKeyChangedScript"[Parameter]
public string ActualPrimaryKeyChangedScript { get; set; } ItemClickedScript
Section titled "ItemClickedScript"[Parameter]
public string ItemClickedScript { get; set; } ItemHeightRequestedScript
Section titled "ItemHeightRequestedScript"[Parameter]
public string ItemHeightRequestedScript { get; set; } ItemWidthRequestedScript
Section titled "ItemWidthRequestedScript"[Parameter]
public string ItemWidthRequestedScript { get; set; } RowUpdatingScript
Section titled "RowUpdatingScript"[Parameter]
public string RowUpdatingScript { get; set; }