System.Object
IgbRowIsland
ImplementsSystem.IDisposable
Namespace: IgniteUI.Blazor.Controls Assembly: IgniteUI.Blazor.dll Syntaxpublic class IgbRowIsland : BaseRendererElement, JsonSerializable, IDisposable
Constructors IgbRowIsland() Declaration Properties ActionStripComponents Declaration
public IgbActionStripCollection ActionStripComponents { get; protected set; }
Property Value ActiveNodeChange Declaration
public EventCallback<IgbActiveNodeChangeEventArgs> ActiveNodeChange { get; set; }
Property Value ActiveNodeChangeScript Declaration
public string ActiveNodeChangeScript { get; set; }
Property Value Type Description System.String ActualActionStripComponents Declaration
public IgbActionStripCollection ActualActionStripComponents { get; }
Property Value ActualChildLayoutList Declaration
public IgbRowIslandCollection ActualChildLayoutList { get; }
Property Value ActualPaginationComponents Declaration
public IgbPaginatorCollection ActualPaginationComponents { get; }
Property Value ActualToolbar Declaration
public IgbGridToolbarCollection ActualToolbar { get; }
Property Value AddRowEmptyTemplate Declaration
public RenderFragment<object> AddRowEmptyTemplate { get; set; }
Property Value Type Description Microsoft.AspNetCore.Components.RenderFragment<System.Object> AddRowEmptyTemplateScript Declaration
public string AddRowEmptyTemplateScript { get; set; }
Property Value Type Description System.String AdvancedFilteringExpressionsTree Declaration
public IgbFilteringExpressionsTree AdvancedFilteringExpressionsTree { get; set; }
Property Value AdvancedFilteringExpressionsTreeChange Declaration
public EventCallback<IgbFilteringExpressionsTreeEventArgs> AdvancedFilteringExpressionsTreeChange { get; set; }
Property Value AdvancedFilteringExpressionsTreeChangeScript Declaration
public string AdvancedFilteringExpressionsTreeChangeScript { get; set; }
Property Value Type Description System.String AllowAdvancedFiltering Declaration
public bool AllowAdvancedFiltering { get; set; }
Property Value Type Description System.Boolean AllowFiltering Declaration
public bool AllowFiltering { get; set; }
Property Value Type Description System.Boolean AutoGenerate Declaration
public bool AutoGenerate { get; set; }
Property Value Type Description System.Boolean AutoGenerateExclude Declaration
public string[] AutoGenerateExclude { get; set; }
Property Value Type Description System.String[] BatchEditing Declaration
public bool BatchEditing { get; set; }
Property Value Type Description System.Boolean CellClick Declaration
public EventCallback<IgbGridCellEventArgs> CellClick { get; set; }
Property Value CellClickScript Declaration
public string CellClickScript { get; set; }
Property Value Type Description System.String CellEdit Declaration
public EventCallback<IgbGridEditEventArgs> CellEdit { get; set; }
Property Value CellEditEnter Declaration
public EventCallback<IgbGridEditEventArgs> CellEditEnter { get; set; }
Property Value CellEditEnterScript Declaration
public string CellEditEnterScript { get; set; }
Property Value Type Description System.String CellEditExit Declaration
public EventCallback<IgbGridEditDoneEventArgs> CellEditExit { get; set; }
Property Value CellEditExitScript Declaration
public string CellEditExitScript { get; set; }
Property Value Type Description System.String CellEditScript Declaration
public string CellEditScript { get; set; }
Property Value Type Description System.String CellSelection Declaration
public GridSelectionMode CellSelection { get; set; }
Property Value ChildDataKey Declaration
public string ChildDataKey { get; set; }
Property Value Type Description System.String ChildLayoutList Declaration
public IgbRowIslandCollection ChildLayoutList { get; protected set; }
Property Value ClipboardOptions Declaration
public IgbClipboardOptions ClipboardOptions { get; set; }
Property Value ColumnInit Declaration
public EventCallback<IgbColumnComponentEventArgs> ColumnInit { get; set; }
Property Value ColumnInitScript Declaration
public string ColumnInitScript { get; set; }
Property Value Type Description System.String ColumnList Declaration
public IgbColumnCollection ColumnList { get; protected set; }
Property Value ColumnMoving Declaration
public EventCallback<IgbColumnMovingEventArgs> ColumnMoving { get; set; }
Property Value ColumnMovingEnd Declaration
public EventCallback<IgbColumnMovingEndEventArgs> ColumnMovingEnd { get; set; }
Property Value ColumnMovingEndScript Declaration
public string ColumnMovingEndScript { get; set; }
Property Value Type Description System.String ColumnMovingScript Declaration
public string ColumnMovingScript { get; set; }
Property Value Type Description System.String ColumnMovingStart Declaration
public EventCallback<IgbColumnMovingStartEventArgs> ColumnMovingStart { get; set; }
Property Value ColumnMovingStartScript Declaration
public string ColumnMovingStartScript { get; set; }
Property Value Type Description System.String ColumnPin Declaration
public EventCallback<IgbPinColumnCancellableEventArgs> ColumnPin { get; set; }
Property Value ColumnPinned Declaration
public EventCallback<IgbPinColumnEventArgs> ColumnPinned { get; set; }
Property Value ColumnPinnedScript Declaration
public string ColumnPinnedScript { get; set; }
Property Value Type Description System.String ColumnPinScript Declaration
public string ColumnPinScript { get; set; }
Property Value Type Description System.String ColumnResized Declaration
public EventCallback<IgbColumnResizeEventArgs> ColumnResized { get; set; }
Property Value ColumnResizedScript Declaration
public string ColumnResizedScript { get; set; }
Property Value Type Description System.String ColumnsAutogenerated Declaration
public EventCallback<IgbColumnsAutoGeneratedEventArgs> ColumnsAutogenerated { get; set; }
Property Value ColumnsAutogeneratedScript Declaration
public string ColumnsAutogeneratedScript { get; set; }
Property Value Type Description System.String ColumnSelection Declaration
public GridSelectionMode ColumnSelection { get; set; }
Property Value ColumnSelectionChanging Declaration
public EventCallback<IgbColumnSelectionEventArgs> ColumnSelectionChanging { get; set; }
Property Value ColumnSelectionChangingScript Declaration
public string ColumnSelectionChangingScript { get; set; }
Property Value Type Description System.String ColumnVisibilityChanged Declaration
public EventCallback<IgbColumnVisibilityChangedEventArgs> ColumnVisibilityChanged { get; set; }
Property Value ColumnVisibilityChangedScript Declaration
public string ColumnVisibilityChangedScript { get; set; }
Property Value Type Description System.String ColumnVisibilityChanging Declaration
public EventCallback<IgbColumnVisibilityChangingEventArgs> ColumnVisibilityChanging { get; set; }
Property Value ColumnVisibilityChangingScript Declaration
public string ColumnVisibilityChangingScript { get; set; }
Property Value Type Description System.String ColumnWidth Declaration
public string ColumnWidth { get; set; }
Property Value Type Description System.String ContentActionStripComponents Declaration
public IgbActionStripCollection ContentActionStripComponents { get; }
Property Value ContentChildLayoutList Declaration
public IgbRowIslandCollection ContentChildLayoutList { get; }
Property Value ContentPaginationComponents Declaration
public IgbPaginatorCollection ContentPaginationComponents { get; }
Property Value ContentToolbar Declaration
public IgbGridToolbarCollection ContentToolbar { get; }
Property Value ContextMenu Declaration
public EventCallback<IgbGridContextMenuEventArgs> ContextMenu { get; set; }
Property Value ContextMenuScript Declaration
public string ContextMenuScript { get; set; }
Property Value Type Description System.String DataChanged Declaration
public EventCallback<IgbForOfDataChangeEventArgs> DataChanged { get; set; }
Property Value DataChangedScript Declaration
public string DataChangedScript { get; set; }
Property Value Type Description System.String DataChanging Declaration
public EventCallback<IgbForOfDataChangeEventArgs> DataChanging { get; set; }
Property Value DataChangingScript Declaration
public string DataChangingScript { get; set; }
Property Value Type Description System.String DataCloneStrategy Declaration
public IgbDataCloneStrategy DataCloneStrategy { get; set; }
Property Value DataPreLoad Declaration
public EventCallback<IgbForOfStateEventArgs> DataPreLoad { get; set; }
Property Value DataPreLoadScript Declaration
public string DataPreLoadScript { get; set; }
Property Value Type Description System.String DoubleClick Declaration
public EventCallback<IgbGridCellEventArgs> DoubleClick { get; set; }
Property Value DoubleClickScript Declaration
public string DoubleClickScript { get; set; }
Property Value Type Description System.String DragGhostCustomTemplate Declaration
public RenderFragment<IgbGridRowDragGhostContext> DragGhostCustomTemplate { get; set; }
Property Value DragGhostCustomTemplateScript Declaration
public string DragGhostCustomTemplateScript { get; set; }
Property Value Type Description System.String DragIndicatorIconTemplate Declaration
public RenderFragment<IgbGridEmptyTemplateContext> DragIndicatorIconTemplate { get; set; }
Property Value DragIndicatorIconTemplateScript Declaration
public string DragIndicatorIconTemplateScript { get; set; }
Property Value Type Description System.String EmptyFilteredGridMessage Declaration
public string EmptyFilteredGridMessage { get; set; }
Property Value Type Description System.String EmptyGridMessage Declaration
public string EmptyGridMessage { get; set; }
Property Value Type Description System.String EmptyGridTemplate Declaration
public RenderFragment<IgbGridTemplateContext> EmptyGridTemplate { get; set; }
Property Value EmptyGridTemplateScript Declaration
public string EmptyGridTemplateScript { get; set; }
Property Value Type Description System.String ExcelStyleHeaderIconTemplate Declaration
public RenderFragment<IgbGridHeaderTemplateContext> ExcelStyleHeaderIconTemplate { get; set; }
Property Value ExcelStyleHeaderIconTemplateScript Declaration
public string ExcelStyleHeaderIconTemplateScript { get; set; }
Property Value Type Description System.String ExpandChildren Declaration
public bool ExpandChildren { get; set; }
Property Value Type Description System.Boolean Filtering Declaration
public EventCallback<IgbFilteringEventArgs> Filtering { get; set; }
Property Value FilteringDone Declaration
public EventCallback<IgbFilteringExpressionsTreeEventArgs> FilteringDone { get; set; }
Property Value FilteringDoneScript Declaration
public string FilteringDoneScript { get; set; }
Property Value Type Description System.String FilteringExpressionsTree Declaration
public IgbFilteringExpressionsTree FilteringExpressionsTree { get; set; }
Property Value FilteringExpressionsTreeChange Declaration
public EventCallback<IgbFilteringExpressionsTreeEventArgs> FilteringExpressionsTreeChange { get; set; }
Property Value FilteringExpressionsTreeChangeScript Declaration
public string FilteringExpressionsTreeChangeScript { get; set; }
Property Value Type Description System.String FilteringLogic Declaration
public FilteringLogic FilteringLogic { get; set; }
Property Value FilteringScript Declaration
public string FilteringScript { get; set; }
Property Value Type Description System.String FilterMode Declaration
public FilterMode FilterMode { get; set; }
Property Value FilterStrategy Declaration
public IgbFilteringStrategy FilterStrategy { get; set; }
Property Value FormGroupCreated Declaration
public EventCallback<IgbGridFormGroupCreatedEventArgs> FormGroupCreated { get; set; }
Property Value FormGroupCreatedScript Declaration
public string FormGroupCreatedScript { get; set; }
Property Value Type Description System.String GridCopy Declaration
public EventCallback<IgbGridClipboardEventEventArgs> GridCopy { get; set; }
Property Value GridCopyScript Declaration
public string GridCopyScript { get; set; }
Property Value Type Description System.String GridCreated Declaration
public EventCallback<IgbGridCreatedEventArgs> GridCreated { get; set; }
Property Value GridCreatedScript Declaration
public string GridCreatedScript { get; set; }
Property Value Type Description System.String GridInitialized Declaration
public EventCallback<IgbGridCreatedEventArgs> GridInitialized { get; set; }
Property Value GridInitializedScript Declaration
public string GridInitializedScript { get; set; }
Property Value Type Description System.String GridKeydown Declaration
public EventCallback<IgbGridKeydownEventArgs> GridKeydown { get; set; }
Property Value GridKeydownScript Declaration
public string GridKeydownScript { get; set; }
Property Value Type Description System.String GridScroll Declaration
public EventCallback<IgbGridScrollEventArgs> GridScroll { get; set; }
Property Value GridScrollScript Declaration
public string GridScrollScript { get; set; }
Property Value Type Description System.String HasChildrenKey Declaration
public string HasChildrenKey { get; set; }
Property Value Type Description System.String HeaderCollapsedIndicatorTemplate Declaration
public RenderFragment<IgbGridTemplateContext> HeaderCollapsedIndicatorTemplate { get; set; }
Property Value HeaderCollapsedIndicatorTemplateScript Declaration
public string HeaderCollapsedIndicatorTemplateScript { get; set; }
Property Value Type Description System.String HeaderExpandedIndicatorTemplate Declaration
public RenderFragment<IgbGridTemplateContext> HeaderExpandedIndicatorTemplate { get; set; }
Property Value HeaderExpandedIndicatorTemplateScript Declaration
public string HeaderExpandedIndicatorTemplateScript { get; set; }
Property Value Type Description System.String HeadSelectorTemplate Declaration
public RenderFragment<IgbHeadSelectorTemplateContext> HeadSelectorTemplate { get; set; }
Property Value HeadSelectorTemplateScript Declaration
public string HeadSelectorTemplateScript { get; set; }
Property Value Type Description System.String Height Declaration
public string Height { get; set; }
Property Value Type Description System.String HideRowSelectors Declaration
public bool HideRowSelectors { get; set; }
Property Value Type Description System.Boolean HierarchicalGridParent Declaration
protected BaseRendererControl HierarchicalGridParent { get; set; }
Property Value IsLoading Declaration
public bool IsLoading { get; set; }
Property Value Type Description System.Boolean LoadingGridTemplate Declaration
public RenderFragment<IgbGridTemplateContext> LoadingGridTemplate { get; set; }
Property Value LoadingGridTemplateScript Declaration
public string LoadingGridTemplateScript { get; set; }
Property Value Type Description System.String Locale Declaration
public string Locale { get; set; }
Property Value Type Description System.String Moving Declaration
public bool Moving { get; set; }
Property Value Type Description System.Boolean PaginationComponents Declaration
public IgbPaginatorCollection PaginationComponents { get; protected set; }
Property Value PagingMode Declaration
public GridPagingMode PagingMode { get; set; }
Property Value ParentTypeName Declaration
protected override string ParentTypeName { get; }
Property Value Type Description System.String Overrides Pinning Declaration
public IgbPinningConfig Pinning { get; set; }
Property Value PrimaryKey Declaration
public string PrimaryKey { get; set; }
Property Value Type Description System.String RangeSelected Declaration
public EventCallback<IgbGridSelectionRangeEventArgs> RangeSelected { get; set; }
Property Value RangeSelectedScript Declaration
public string RangeSelectedScript { get; set; }
Property Value Type Description System.String Rendered Declaration
public EventCallback<IgbComponentBoolValueChangedEventArgs> Rendered { get; set; }
Property Value RenderedScript Declaration
public string RenderedScript { get; set; }
Property Value Type Description System.String ResourceStrings Declaration
public IgbGridResourceStrings ResourceStrings { get; set; }
Property Value RowAdd Declaration
public EventCallback<IgbRowDataCancelableEventArgs> RowAdd { get; set; }
Property Value RowAddScript Declaration
public string RowAddScript { get; set; }
Property Value Type Description System.String RowAddTextTemplate Declaration
public RenderFragment<IgbGridEmptyTemplateContext> RowAddTextTemplate { get; set; }
Property Value RowAddTextTemplateScript Declaration
public string RowAddTextTemplateScript { get; set; }
Property Value Type Description System.String RowClasses Declaration
public object RowClasses { get; set; }
Property Value Type Description System.Object RowClassesScript Declaration
public string RowClassesScript { get; set; }
Property Value Type Description System.String RowClick Declaration
public EventCallback<IgbGridRowEventArgs> RowClick { get; set; }
Property Value RowClickScript Declaration
public string RowClickScript { get; set; }
Property Value Type Description System.String RowCollapsedIndicatorTemplate Declaration
public RenderFragment<IgbGridRowTemplateContext> RowCollapsedIndicatorTemplate { get; set; }
Property Value RowCollapsedIndicatorTemplateScript Declaration
public string RowCollapsedIndicatorTemplateScript { get; set; }
Property Value Type Description System.String RowDelete Declaration
public EventCallback<IgbRowDataCancelableEventArgs> RowDelete { get; set; }
Property Value RowDeleteScript Declaration
public string RowDeleteScript { get; set; }
Property Value Type Description System.String RowDragEnd Declaration
public EventCallback<IgbRowDragEndEventArgs> RowDragEnd { get; set; }
Property Value RowDragEndScript Declaration
public string RowDragEndScript { get; set; }
Property Value Type Description System.String RowDraggable Declaration
public bool RowDraggable { get; set; }
Property Value Type Description System.Boolean RowDragStart Declaration
public EventCallback<IgbRowDragStartEventArgs> RowDragStart { get; set; }
Property Value RowDragStartScript Declaration
public string RowDragStartScript { get; set; }
Property Value Type Description System.String RowEdit Declaration
public EventCallback<IgbGridEditEventArgs> RowEdit { get; set; }
Property Value RowEditable Declaration
public bool RowEditable { get; set; }
Property Value Type Description System.Boolean RowEditActionsTemplate Declaration
public RenderFragment<IgbGridRowEditActionsTemplateContext> RowEditActionsTemplate { get; set; }
Property Value RowEditActionsTemplateScript Declaration
public string RowEditActionsTemplateScript { get; set; }
Property Value Type Description System.String RowEditDone Declaration
public EventCallback<IgbGridEditDoneEventArgs> RowEditDone { get; set; }
Property Value RowEditDoneScript Declaration
public string RowEditDoneScript { get; set; }
Property Value Type Description System.String RowEditEnter Declaration
public EventCallback<IgbGridEditEventArgs> RowEditEnter { get; set; }
Property Value RowEditEnterScript Declaration
public string RowEditEnterScript { get; set; }
Property Value Type Description System.String RowEditExit Declaration
public EventCallback<IgbGridEditDoneEventArgs> RowEditExit { get; set; }
Property Value RowEditExitScript Declaration
public string RowEditExitScript { get; set; }
Property Value Type Description System.String RowEditScript Declaration
public string RowEditScript { get; set; }
Property Value Type Description System.String RowEditTextTemplate Declaration
public RenderFragment<IgbGridRowEditTextTemplateContext> RowEditTextTemplate { get; set; }
Property Value RowEditTextTemplateScript Declaration
public string RowEditTextTemplateScript { get; set; }
Property Value Type Description System.String RowExpandedIndicatorTemplate Declaration
public RenderFragment<IgbGridRowTemplateContext> RowExpandedIndicatorTemplate { get; set; }
Property Value RowExpandedIndicatorTemplateScript Declaration
public string RowExpandedIndicatorTemplateScript { get; set; }
Property Value Type Description System.String RowHeight Declaration
public double RowHeight { get; set; }
Property Value Type Description System.Double RowIslandParent Declaration
protected BaseRendererElement RowIslandParent { get; set; }
Property Value RowPinned Declaration
public EventCallback<IgbPinRowEventArgs> RowPinned { get; set; }
Property Value RowPinnedScript Declaration
public string RowPinnedScript { get; set; }
Property Value Type Description System.String RowPinning Declaration
public EventCallback<IgbPinRowEventArgs> RowPinning { get; set; }
Property Value RowPinningScript Declaration
public string RowPinningScript { get; set; }
Property Value Type Description System.String RowSelection Declaration
public GridSelectionMode RowSelection { get; set; }
Property Value RowSelectionChanging Declaration
public EventCallback<IgbRowSelectionEventArgs> RowSelectionChanging { get; set; }
Property Value RowSelectionChangingScript Declaration
public string RowSelectionChangingScript { get; set; }
Property Value Type Description System.String RowSelectorTemplate Declaration
public RenderFragment<IgbRowSelectorTemplateContext> RowSelectorTemplate { get; set; }
Property Value RowSelectorTemplateScript Declaration
public string RowSelectorTemplateScript { get; set; }
Property Value Type Description System.String RowStyles Declaration
public object RowStyles { get; set; }
Property Value Type Description System.Object RowStylesScript Declaration
public string RowStylesScript { get; set; }
Property Value Type Description System.String RowToggle Declaration
public EventCallback<IgbRowToggleEventArgs> RowToggle { get; set; }
Property Value RowToggleScript Declaration
public string RowToggleScript { get; set; }
Property Value Type Description System.String Selected Declaration
public EventCallback<IgbGridCellEventArgs> Selected { get; set; }
Property Value SelectedRows Declaration
public object[] SelectedRows { get; set; }
Property Value Type Description System.Object[] SelectedRowsChange Declaration
public EventCallback<IgbComponentArrayDataValueChangedEventArgs> SelectedRowsChange { get; set; }
Property Value SelectedRowsChanged Declaration
public EventCallback<object[]> SelectedRowsChanged { get; set; }
Property Value Type Description Microsoft.AspNetCore.Components.EventCallback<System.Object[]> SelectedRowsChangeScript Declaration
public string SelectedRowsChangeScript { get; set; }
Property Value Type Description System.String SelectedScript Declaration
public string SelectedScript { get; set; }
Property Value Type Description System.String SelectRowOnClick Declaration
public bool SelectRowOnClick { get; set; }
Property Value Type Description System.Boolean ShouldGenerate Declaration
public bool ShouldGenerate { get; set; }
Property Value Type Description System.Boolean ShowExpandAll Declaration
public bool ShowExpandAll { get; set; }
Property Value Type Description System.Boolean ShowSummaryOnCollapse Declaration
public bool ShowSummaryOnCollapse { get; set; }
Property Value Type Description System.Boolean SnackbarDisplayTime Declaration
public double SnackbarDisplayTime { get; set; }
Property Value Type Description System.Double SortAscendingHeaderIconTemplate Declaration
public RenderFragment<IgbGridHeaderTemplateContext> SortAscendingHeaderIconTemplate { get; set; }
Property Value SortAscendingHeaderIconTemplateScript Declaration
public string SortAscendingHeaderIconTemplateScript { get; set; }
Property Value Type Description System.String SortDescendingHeaderIconTemplate Declaration
public RenderFragment<IgbGridHeaderTemplateContext> SortDescendingHeaderIconTemplate { get; set; }
Property Value SortDescendingHeaderIconTemplateScript Declaration
public string SortDescendingHeaderIconTemplateScript { get; set; }
Property Value Type Description System.String SortHeaderIconTemplate Declaration
public RenderFragment<IgbGridHeaderTemplateContext> SortHeaderIconTemplate { get; set; }
Property Value SortHeaderIconTemplateScript Declaration
public string SortHeaderIconTemplateScript { get; set; }
Property Value Type Description System.String Sorting Declaration
public EventCallback<IgbSortingEventArgs> Sorting { get; set; }
Property Value SortingDone Declaration
public EventCallback<IgbSortingExpressionEventArgs> SortingDone { get; set; }
Property Value SortingDoneScript Declaration
public string SortingDoneScript { get; set; }
Property Value Type Description System.String SortingExpressions Declaration
public IgbSortingExpression[] SortingExpressions { get; set; }
Property Value SortingExpressionsChange Declaration
public EventCallback<IgbSortingExpressionEventArgs> SortingExpressionsChange { get; set; }
Property Value SortingExpressionsChangeScript Declaration
public string SortingExpressionsChangeScript { get; set; }
Property Value Type Description System.String SortingOptions Declaration
public IgbSortingOptions SortingOptions { get; set; }
Property Value SortingScript Declaration
public string SortingScript { get; set; }
Property Value Type Description System.String SortStrategy Declaration
public IgbGridSortingStrategy SortStrategy { get; set; }
Property Value SummaryCalculationMode Declaration
public GridSummaryCalculationMode SummaryCalculationMode { get; set; }
Property Value SummaryPosition Declaration
public GridSummaryPosition SummaryPosition { get; set; }
Property Value SummaryRowHeight Declaration
public double SummaryRowHeight { get; set; }
Property Value Type Description System.Double Toolbar Declaration
public IgbGridToolbarCollection Toolbar { get; protected set; }
Property Value ToolbarExporting Declaration
public EventCallback<IgbGridToolbarExportEventArgs> ToolbarExporting { get; set; }
Property Value ToolbarExportingScript Declaration
public string ToolbarExportingScript { get; set; }
Property Value Type Description System.String TotalRecords Declaration
public double TotalRecords { get; set; }
Property Value Type Description System.Double Type Declaration
public override string Type { get; }
Property Value Type Description System.String Overrides ValidationStatusChange Declaration
public EventCallback<IgbGridValidationStatusEventArgs> ValidationStatusChange { get; set; }
Property Value ValidationStatusChangeScript Declaration
public string ValidationStatusChangeScript { get; set; }
Property Value Type Description System.String ValidationTrigger Declaration
public GridValidationTrigger ValidationTrigger { get; set; }
Property Value Width Declaration
public string Width { get; set; }
Property Value Type Description System.String Methods BeginAddRowById(Object, Boolean) Declaration
public void BeginAddRowById(object rowID, bool asChild = false)
Parameters Type Name Description System.Object rowID System.Boolean asChild BeginAddRowByIdAsync(Object, Boolean) Declaration
public Task BeginAddRowByIdAsync(object rowID, bool asChild = false)
Parameters Type Name Description System.Object rowID System.Boolean asChild Returns Type Description System.Threading.Tasks.Task ClearCellSelection() Declaration
public void ClearCellSelection()
ClearCellSelectionAsync() Declaration
public Task ClearCellSelectionAsync()
Returns Type Description System.Threading.Tasks.Task ClearFilter(String) Declaration
public void ClearFilter(string name = null)
Parameters Type Name Description System.String name ClearFilterAsync(String) Declaration
public Task ClearFilterAsync(string name = null)
Parameters Type Name Description System.String name Returns Type Description System.Threading.Tasks.Task ClearSearch() Declaration
public void ClearSearch()
ClearSearchAsync() Declaration
public Task ClearSearchAsync()
Returns Type Description System.Threading.Tasks.Task ClearSort(String) Declaration
public void ClearSort(string name = null)
Parameters Type Name Description System.String name ClearSortAsync(String) Declaration
public Task ClearSortAsync(string name = null)
Parameters Type Name Description System.String name Returns Type Description System.Threading.Tasks.Task CloseAdvancedFilteringDialog(Boolean) Declaration
public void CloseAdvancedFilteringDialog(bool applyChanges)
Parameters Type Name Description System.Boolean applyChanges CloseAdvancedFilteringDialogAsync(Boolean) Declaration
public Task CloseAdvancedFilteringDialogAsync(bool applyChanges)
Parameters Type Name Description System.Boolean applyChanges Returns Type Description System.Threading.Tasks.Task CollapseAll() Declaration
public void CollapseAll()
CollapseAllAsync() Declaration
public Task CollapseAllAsync()
Returns Type Description System.Threading.Tasks.Task CollapseRow(Object) Declaration
public void CollapseRow(object rowID)
Parameters Type Name Description System.Object rowID CollapseRowAsync(Object) Declaration
public Task CollapseRowAsync(object rowID)
Parameters Type Name Description System.Object rowID Returns Type Description System.Threading.Tasks.Task DeselectAllColumns() Declaration
public void DeselectAllColumns()
DeselectAllColumnsAsync() Declaration
public Task DeselectAllColumnsAsync()
Returns Type Description System.Threading.Tasks.Task DeselectAllRows(Boolean) Declaration
public void DeselectAllRows(bool onlyFilterData = false)
Parameters Type Name Description System.Boolean onlyFilterData DeselectAllRowsAsync(Boolean) Declaration
public Task DeselectAllRowsAsync(bool onlyFilterData = false)
Parameters Type Name Description System.Boolean onlyFilterData Returns Type Description System.Threading.Tasks.Task DeselectColumns(String[]) Declaration
public void DeselectColumns(string[] columns)
Parameters Type Name Description System.String[] columns DeselectColumnsAsync(String[]) Declaration
public Task DeselectColumnsAsync(string[] columns)
Parameters Type Name Description System.String[] columns Returns Type Description System.Threading.Tasks.Task DeselectRows(Object[]) Declaration
public void DeselectRows(object[] rowIDs)
Parameters Type Name Description System.Object[] rowIDs DeselectRowsAsync(Object[]) Declaration
public Task DeselectRowsAsync(object[] rowIDs)
Parameters Type Name Description System.Object[] rowIDs Returns Type Description System.Threading.Tasks.Task DisableSummaries(Object[]) Declaration
public void DisableSummaries(object[] rest)
Parameters Type Name Description System.Object[] rest DisableSummariesAsync(Object[]) Declaration
public Task DisableSummariesAsync(object[] rest)
Parameters Type Name Description System.Object[] rest Returns Type Description System.Threading.Tasks.Task Dispose() Declaration EnableSummaries(Object[]) Declaration
public void EnableSummaries(object[] rest)
Parameters Type Name Description System.Object[] rest EnableSummariesAsync(Object[]) Declaration
public Task EnableSummariesAsync(object[] rest)
Parameters Type Name Description System.Object[] rest Returns Type Description System.Threading.Tasks.Task EnsureModulesLoaded() Declaration
protected override void EnsureModulesLoaded()
Overrides ExpandAll() Declaration ExpandAllAsync() Declaration
public Task ExpandAllAsync()
Returns Type Description System.Threading.Tasks.Task ExpandRow(Object) Declaration
public void ExpandRow(object rowID)
Parameters Type Name Description System.Object rowID ExpandRowAsync(Object) Declaration
public Task ExpandRowAsync(object rowID)
Parameters Type Name Description System.Object rowID Returns Type Description System.Threading.Tasks.Task Filter(String, Object, IgbFilteringExpressionsTreeOrFilteringOperation, Boolean) Declaration
public void Filter(string name, object value, IgbFilteringExpressionsTreeOrFilteringOperation conditionOrExpressionTree, bool ignoreCase = false)
Parameters FilterAsync(String, Object, IgbFilteringExpressionsTreeOrFilteringOperation, Boolean) Declaration
public Task FilterAsync(string name, object value, IgbFilteringExpressionsTreeOrFilteringOperation conditionOrExpressionTree, bool ignoreCase = false)
Parameters Returns Type Description System.Threading.Tasks.Task FilterGlobal(Object, Object, Object) Declaration
public void FilterGlobal(object value, object condition, object ignoreCase)
Parameters Type Name Description System.Object value System.Object condition System.Object ignoreCase FilterGlobalAsync(Object, Object, Object) Declaration
public Task FilterGlobalAsync(object value, object condition, object ignoreCase)
Parameters Type Name Description System.Object value System.Object condition System.Object ignoreCase Returns Type Description System.Threading.Tasks.Task FindByName(String) Declaration
public override object FindByName(string name)
Parameters Type Name Description System.String name Returns Type Description System.Object Overrides FindNext(String, Boolean, Boolean) Declaration
public double FindNext(string text, bool caseSensitive = false, bool exactMatch = false)
Parameters Type Name Description System.String text System.Boolean caseSensitive System.Boolean exactMatch Returns Type Description System.Double FindNextAsync(String, Boolean, Boolean) Declaration
public Task<double> FindNextAsync(string text, bool caseSensitive = false, bool exactMatch = false)
Parameters Type Name Description System.String text System.Boolean caseSensitive System.Boolean exactMatch Returns Type Description System.Threading.Tasks.Task<System.Double> FindPrev(String, Boolean, Boolean) Declaration
public double FindPrev(string text, bool caseSensitive = false, bool exactMatch = false)
Parameters Type Name Description System.String text System.Boolean caseSensitive System.Boolean exactMatch Returns Type Description System.Double FindPrevAsync(String, Boolean, Boolean) Declaration
public Task<double> FindPrevAsync(string text, bool caseSensitive = false, bool exactMatch = false)
Parameters Type Name Description System.String text System.Boolean caseSensitive System.Boolean exactMatch Returns Type Description System.Threading.Tasks.Task<System.Double> GetColumnByName(String) Declaration
public IgbColumn GetColumnByName(string name)
Parameters Type Name Description System.String name Returns GetColumnByNameAsync(String) Declaration
public Task<IgbColumn> GetColumnByNameAsync(string name)
Parameters Type Name Description System.String name Returns Type Description System.Threading.Tasks.Task<IgbColumn> GetColumnByVisibleIndex(Double) Declaration
public IgbColumn GetColumnByVisibleIndex(double index)
Parameters Type Name Description System.Double index Returns GetColumnByVisibleIndexAsync(Double) Declaration
public Task<IgbColumn> GetColumnByVisibleIndexAsync(double index)
Parameters Type Name Description System.Double index Returns Type Description System.Threading.Tasks.Task<IgbColumn> GetColumns() Declaration
public IgbColumn[] GetColumns()
Returns GetColumnsAsync() Declaration
public Task<IgbColumn[]> GetColumnsAsync()
Returns Type Description System.Threading.Tasks.Task<IgbColumn[]> GetCurrentSelectedRows() Declaration
public object[] GetCurrentSelectedRows()
Returns Type Description System.Object[] GetCurrentSelectedRowsAsync() Declaration
public Task<object[]> GetCurrentSelectedRowsAsync()
Returns Type Description System.Threading.Tasks.Task<System.Object[]> GetDefaultHeaderGroupMinWidth() Declaration
public double GetDefaultHeaderGroupMinWidth()
Returns Type Description System.Double GetDefaultHeaderGroupMinWidthAsync() Declaration
public Task<double> GetDefaultHeaderGroupMinWidthAsync()
Returns Type Description System.Threading.Tasks.Task<System.Double> GetDefaultRowHeight() Declaration
public double GetDefaultRowHeight()
Returns Type Description System.Double GetDefaultRowHeightAsync() Declaration
public Task<double> GetDefaultRowHeightAsync()
Returns Type Description System.Threading.Tasks.Task<System.Double> GetHeaderGroupWidth(IgbColumn) Declaration
public string GetHeaderGroupWidth(IgbColumn column)
Parameters Returns Type Description System.String GetHeaderGroupWidthAsync(IgbColumn) Declaration
public Task<string> GetHeaderGroupWidthAsync(IgbColumn column)
Parameters Returns Type Description System.Threading.Tasks.Task<System.String> GetNextCell(Double, Double, Object) Declaration
public IgbCellPosition GetNextCell(double currRowIndex, double curVisibleColIndex, object callback)
Parameters Type Name Description System.Double currRowIndex System.Double curVisibleColIndex System.Object callback Returns GetNextCellAsync(Double, Double, Object) Declaration
public Task<IgbCellPosition> GetNextCellAsync(double currRowIndex, double curVisibleColIndex, object callback)
Parameters Type Name Description System.Double currRowIndex System.Double curVisibleColIndex System.Object callback Returns GetPinnedWidth(Boolean) Declaration
public void GetPinnedWidth(bool takeHidden = false)
Parameters Type Name Description System.Boolean takeHidden GetPinnedWidthAsync(Boolean) Declaration
public Task GetPinnedWidthAsync(bool takeHidden = false)
Parameters Type Name Description System.Boolean takeHidden Returns Type Description System.Threading.Tasks.Task GetPreviousCell(Double, Double, Object) Declaration
public IgbCellPosition GetPreviousCell(double currRowIndex, double curVisibleColIndex, object callback)
Parameters Type Name Description System.Double currRowIndex System.Double curVisibleColIndex System.Object callback Returns GetPreviousCellAsync(Double, Double, Object) Declaration
public Task<IgbCellPosition> GetPreviousCellAsync(double currRowIndex, double curVisibleColIndex, object callback)
Parameters Type Name Description System.Double currRowIndex System.Double curVisibleColIndex System.Object callback Returns GetRowData(Object) Declaration
public object GetRowData(object rowSelector)
Parameters Type Name Description System.Object rowSelector Returns Type Description System.Object GetRowDataAsync(Object) Declaration
public Task<object> GetRowDataAsync(object rowSelector)
Parameters Type Name Description System.Object rowSelector Returns Type Description System.Threading.Tasks.Task<System.Object> GetSelectedColumnsData(Boolean, Boolean) Declaration
public void GetSelectedColumnsData(bool formatters = false, bool headers = false)
Parameters Type Name Description System.Boolean formatters System.Boolean headers GetSelectedColumnsDataAsync(Boolean, Boolean) Declaration
public Task GetSelectedColumnsDataAsync(bool formatters = false, bool headers = false)
Parameters Type Name Description System.Boolean formatters System.Boolean headers Returns Type Description System.Threading.Tasks.Task GetSelectedData(Boolean, Boolean) Declaration
public void GetSelectedData(bool formatters = false, bool headers = false)
Parameters Type Name Description System.Boolean formatters System.Boolean headers GetSelectedDataAsync(Boolean, Boolean) Declaration
public Task GetSelectedDataAsync(bool formatters = false, bool headers = false)
Parameters Type Name Description System.Boolean formatters System.Boolean headers Returns Type Description System.Threading.Tasks.Task GetSelectedRanges() Declaration
public IgbGridSelectionRange[] GetSelectedRanges()
Returns GetSelectedRangesAsync() Declaration
public Task<IgbGridSelectionRange[]> GetSelectedRangesAsync()
Returns IsRecordPinnedByIndex(Double) Declaration
public void IsRecordPinnedByIndex(double rowIndex)
Parameters Type Name Description System.Double rowIndex IsRecordPinnedByIndexAsync(Double) Declaration
public Task IsRecordPinnedByIndexAsync(double rowIndex)
Parameters Type Name Description System.Double rowIndex Returns Type Description System.Threading.Tasks.Task MarkForCheck() Declaration
public void MarkForCheck()
MarkForCheckAsync() Declaration
public Task MarkForCheckAsync()
Returns Type Description System.Threading.Tasks.Task MoveColumn(IgbColumn, IgbColumn, DropPosition) Declaration
public void MoveColumn(IgbColumn column, IgbColumn target, DropPosition pos)
Parameters MoveColumnAsync(IgbColumn, IgbColumn, DropPosition) Declaration
public Task MoveColumnAsync(IgbColumn column, IgbColumn target, DropPosition pos)
Parameters Returns Type Description System.Threading.Tasks.Task NavigateTo(Double, Double, Object) Declaration
public void NavigateTo(double rowIndex, double visibleColIndex, object cb)
Parameters Type Name Description System.Double rowIndex System.Double visibleColIndex System.Object cb NavigateToAsync(Double, Double, Object) Declaration
public Task NavigateToAsync(double rowIndex, double visibleColIndex, object cb)
Parameters Type Name Description System.Double rowIndex System.Double visibleColIndex System.Object cb Returns Type Description System.Threading.Tasks.Task OnInitializedAsync() Declaration
protected override Task OnInitializedAsync()
Returns Type Description System.Threading.Tasks.Task OpenAdvancedFilteringDialog(IgbOverlaySettings) Declaration
public void OpenAdvancedFilteringDialog(IgbOverlaySettings overlaySettings)
Parameters OpenAdvancedFilteringDialogAsync(IgbOverlaySettings) Declaration
public Task OpenAdvancedFilteringDialogAsync(IgbOverlaySettings overlaySettings)
Parameters Returns Type Description System.Threading.Tasks.Task PinColumn(String, Double) Declaration
public bool PinColumn(string columnName, double index = -1)
Parameters Type Name Description System.String columnName System.Double index Returns Type Description System.Boolean PinColumnAsync(String, Double) Declaration
public Task<bool> PinColumnAsync(string columnName, double index = -1)
Parameters Type Name Description System.String columnName System.Double index Returns Type Description System.Threading.Tasks.Task<System.Boolean> RecalculateAutoSizes() Declaration
public void RecalculateAutoSizes()
RecalculateAutoSizesAsync() Declaration
public Task RecalculateAutoSizesAsync()
Returns Type Description System.Threading.Tasks.Task RefreshSearch(Boolean, Boolean) Declaration
public double RefreshSearch(bool updateActiveInfo = false, bool endEdit = false)
Parameters Type Name Description System.Boolean updateActiveInfo System.Boolean endEdit Returns Type Description System.Double RefreshSearchAsync(Boolean, Boolean) Declaration
public Task<double> RefreshSearchAsync(bool updateActiveInfo = false, bool endEdit = false)
Parameters Type Name Description System.Boolean updateActiveInfo System.Boolean endEdit Returns Type Description System.Threading.Tasks.Task<System.Double> SelectAllColumns() Declaration
public void SelectAllColumns()
SelectAllColumnsAsync() Declaration
public Task SelectAllColumnsAsync()
Returns Type Description System.Threading.Tasks.Task SelectAllRows(Boolean) Declaration
public void SelectAllRows(bool onlyFilterData = false)
Parameters Type Name Description System.Boolean onlyFilterData SelectAllRowsAsync(Boolean) Declaration
public Task SelectAllRowsAsync(bool onlyFilterData = false)
Parameters Type Name Description System.Boolean onlyFilterData Returns Type Description System.Threading.Tasks.Task SelectColumns(String[], Boolean) Declaration
public void SelectColumns(string[] columns, bool clearCurrentSelection = false)
Parameters Type Name Description System.String[] columns System.Boolean clearCurrentSelection SelectColumnsAsync(String[], Boolean) Declaration
public Task SelectColumnsAsync(string[] columns, bool clearCurrentSelection = false)
Parameters Type Name Description System.String[] columns System.Boolean clearCurrentSelection Returns Type Description System.Threading.Tasks.Task SelectedColumns() Declaration
public IgbColumn[] SelectedColumns()
Returns SelectedColumnsAsync() Declaration
public Task<IgbColumn[]> SelectedColumnsAsync()
Returns Type Description System.Threading.Tasks.Task<IgbColumn[]> SelectRange(IgbGridSelectionRange[]) Declaration
public void SelectRange(IgbGridSelectionRange[] arg)
Parameters SelectRangeAsync(IgbGridSelectionRange[]) Declaration
public Task SelectRangeAsync(IgbGridSelectionRange[] arg)
Parameters Returns Type Description System.Threading.Tasks.Task SelectRows(Object[], Boolean) Declaration
public void SelectRows(object[] rowIDs, bool clearCurrentSelection = false)
Parameters Type Name Description System.Object[] rowIDs System.Boolean clearCurrentSelection SelectRowsAsync(Object[], Boolean) Declaration
public Task SelectRowsAsync(object[] rowIDs, bool clearCurrentSelection = false)
Parameters Type Name Description System.Object[] rowIDs System.Boolean clearCurrentSelection Returns Type Description System.Threading.Tasks.Task SetNativeElement(Object) Declaration
public void SetNativeElement(object element)
Parameters Type Name Description System.Object element SetNativeElementAsync(Object) Declaration
public Task SetNativeElementAsync(object element)
Parameters Type Name Description System.Object element Returns Type Description System.Threading.Tasks.Task Sort(IgbSortingExpression[]) Declaration
public void Sort(IgbSortingExpression[] expression)
Parameters SortAsync(IgbSortingExpression[]) Declaration
public Task SortAsync(IgbSortingExpression[] expression)
Parameters Returns Type Description System.Threading.Tasks.Task ToggleColumnVisibility(IgbColumnVisibilityChangedEventArgs) Declaration
public void ToggleColumnVisibility(IgbColumnVisibilityChangedEventArgs args)
Parameters ToggleColumnVisibilityAsync(IgbColumnVisibilityChangedEventArgs) Declaration
public Task ToggleColumnVisibilityAsync(IgbColumnVisibilityChangedEventArgs args)
Parameters Returns Type Description System.Threading.Tasks.Task ToggleRow(Object) Declaration
public void ToggleRow(object rowID)
Parameters Type Name Description System.Object rowID ToggleRowAsync(Object) Declaration
public Task ToggleRowAsync(object rowID)
Parameters Type Name Description System.Object rowID Returns Type Description System.Threading.Tasks.Task UnpinColumn(String, Double) Declaration
public bool UnpinColumn(string columnName, double index = -1)
Parameters Type Name Description System.String columnName System.Double index Returns Type Description System.Boolean UnpinColumnAsync(String, Double) Declaration
public Task<bool> UnpinColumnAsync(string columnName, double index = -1)
Parameters Type Name Description System.String columnName System.Double index Returns Type Description System.Threading.Tasks.Task<System.Boolean> Implements
System.IDisposable
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4