Show / Hide Table of Contents

Class IgbHierarchicalGridBaseDirective

Inheritance
System.Object
BaseRendererControl
IgbGridBaseDirective
IgbHierarchicalGridBaseDirective
IgbHierarchicalGrid
Implements
JsonSerializable
System.IDisposable
Inherited Members
IgbGridBaseDirective.GetData()
IgbGridBaseDirective.SuspendNotifications()
IgbGridBaseDirective.ResumeNotifications()
IgbGridBaseDirective.UpdateProperty(Object, String, Object)
IgbGridBaseDirective.OnRowAddedOverride(IgbRowDataEventArgs)
IgbGridBaseDirective.PropagateValues(Object, Dictionary<String, Object>, Boolean)
IgbGridBaseDirective.AddRow(Object)
IgbGridBaseDirective.AddRowAsync(Object)
IgbGridBaseDirective.DeleteRow(Object)
IgbGridBaseDirective.DeleteRowAsync(Object)
IgbGridBaseDirective.UpdateCell(Object, Object, String)
IgbGridBaseDirective.UpdateCellAsync(Object, Object, String)
IgbGridBaseDirective.UpdateRow(Dictionary<String, Object>, Object)
IgbGridBaseDirective.UpdateRowAsync(Dictionary<String, Object>, Object)
IgbGridBaseDirective.GetCurrentSelectedRowsAsync()
IgbGridBaseDirective.GetCurrentSelectedRows()
IgbGridBaseDirective.GetHiddenColumnsCountAsync()
IgbGridBaseDirective.GetHiddenColumnsCount()
IgbGridBaseDirective.GetPinnedColumnsCountAsync()
IgbGridBaseDirective.GetPinnedColumnsCount()
IgbGridBaseDirective.GetLastSearchInfoAsync()
IgbGridBaseDirective.GetLastSearchInfo()
IgbGridBaseDirective.GetFilteredDataAsync()
IgbGridBaseDirective.GetFilteredData()
IgbGridBaseDirective.GetFilteredSortedDataAsync()
IgbGridBaseDirective.GetFilteredSortedData()
IgbGridBaseDirective.GetVirtualizationStateAsync()
IgbGridBaseDirective.GetVirtualizationState()
IgbGridBaseDirective.GetDefaultRowHeightAsync()
IgbGridBaseDirective.GetDefaultRowHeight()
IgbGridBaseDirective.GetDefaultHeaderGroupMinWidthAsync()
IgbGridBaseDirective.GetDefaultHeaderGroupMinWidth()
IgbGridBaseDirective.GetColumnsAsync()
IgbGridBaseDirective.GetColumns()
IgbGridBaseDirective.GetPinnedColumnsAsync()
IgbGridBaseDirective.GetPinnedColumns()
IgbGridBaseDirective.GetUnpinnedColumnsAsync()
IgbGridBaseDirective.GetUnpinnedColumns()
IgbGridBaseDirective.GetVisibleColumnsAsync()
IgbGridBaseDirective.GetVisibleColumns()
IgbGridBaseDirective.GetDataViewAsync()
IgbGridBaseDirective.GetDataView()
IgbGridBaseDirective.GetCurrentActualColumnListAsync()
IgbGridBaseDirective.GetCurrentActualColumnList()
IgbGridBaseDirective.SetNativeElementAsync(Object)
IgbGridBaseDirective.SetNativeElement(Object)
IgbGridBaseDirective.IsRecordPinnedByIndexAsync(Double)
IgbGridBaseDirective.IsRecordPinnedByIndex(Double)
IgbGridBaseDirective.ToggleColumnVisibilityAsync(IgbColumnVisibilityChangedEventArgs)
IgbGridBaseDirective.ToggleColumnVisibility(IgbColumnVisibilityChangedEventArgs)
IgbGridBaseDirective.ExpandAllAsync()
IgbGridBaseDirective.ExpandAll()
IgbGridBaseDirective.CollapseAllAsync()
IgbGridBaseDirective.CollapseAll()
IgbGridBaseDirective.ExpandRowAsync(Object)
IgbGridBaseDirective.ExpandRow(Object)
IgbGridBaseDirective.CollapseRowAsync(Object)
IgbGridBaseDirective.CollapseRow(Object)
IgbGridBaseDirective.ToggleRowAsync(Object)
IgbGridBaseDirective.ToggleRow(Object)
IgbGridBaseDirective.GetHeaderGroupWidthAsync(IgbColumn)
IgbGridBaseDirective.GetHeaderGroupWidth(IgbColumn)
IgbGridBaseDirective.GetColumnByNameAsync(String)
IgbGridBaseDirective.GetColumnByName(String)
IgbGridBaseDirective.GetColumnByVisibleIndexAsync(Double)
IgbGridBaseDirective.GetColumnByVisibleIndex(Double)
IgbGridBaseDirective.RecalculateAutoSizesAsync()
IgbGridBaseDirective.RecalculateAutoSizes()
IgbGridBaseDirective.MoveColumnAsync(IgbColumn, IgbColumn, DropPosition)
IgbGridBaseDirective.MoveColumn(IgbColumn, IgbColumn, DropPosition)
IgbGridBaseDirective.MarkForCheckAsync()
IgbGridBaseDirective.MarkForCheck()
IgbGridBaseDirective.GetRowDataAsync(Object)
IgbGridBaseDirective.GetRowData(Object)
IgbGridBaseDirective.SortAsync(IgbSortingExpression[])
IgbGridBaseDirective.Sort(IgbSortingExpression[])
IgbGridBaseDirective.FilterAsync(String, Object, IgbFilteringExpressionsTreeOrFilteringOperation, Boolean)
IgbGridBaseDirective.Filter(String, Object, IgbFilteringExpressionsTreeOrFilteringOperation, Boolean)
IgbGridBaseDirective.FilterGlobalAsync(Object, Object, Object)
IgbGridBaseDirective.FilterGlobal(Object, Object, Object)
IgbGridBaseDirective.EnableSummariesAsync(Object[])
IgbGridBaseDirective.EnableSummaries(Object[])
IgbGridBaseDirective.DisableSummariesAsync(Object[])
IgbGridBaseDirective.DisableSummaries(Object[])
IgbGridBaseDirective.ClearFilterAsync(String)
IgbGridBaseDirective.ClearFilter(String)
IgbGridBaseDirective.ClearSortAsync(String)
IgbGridBaseDirective.ClearSort(String)
IgbGridBaseDirective.PinColumnAsync(String, Double)
IgbGridBaseDirective.PinColumn(String, Double)
IgbGridBaseDirective.UnpinColumnAsync(String, Double)
IgbGridBaseDirective.UnpinColumn(String, Double)
IgbGridBaseDirective.ReflowAsync()
IgbGridBaseDirective.Reflow()
IgbGridBaseDirective.FindNextAsync(String, Boolean, Boolean)
IgbGridBaseDirective.FindNext(String, Boolean, Boolean)
IgbGridBaseDirective.FindPrevAsync(String, Boolean, Boolean)
IgbGridBaseDirective.FindPrev(String, Boolean, Boolean)
IgbGridBaseDirective.RefreshSearchAsync(Boolean, Boolean)
IgbGridBaseDirective.RefreshSearch(Boolean, Boolean)
IgbGridBaseDirective.ClearSearchAsync()
IgbGridBaseDirective.ClearSearch()
IgbGridBaseDirective.GetPinnedWidthAsync(Boolean)
IgbGridBaseDirective.GetPinnedWidth(Boolean)
IgbGridBaseDirective.SelectRowsAsync(Object[], Boolean)
IgbGridBaseDirective.SelectRows(Object[], Boolean)
IgbGridBaseDirective.DeselectRowsAsync(Object[])
IgbGridBaseDirective.DeselectRows(Object[])
IgbGridBaseDirective.SelectAllRowsAsync(Boolean)
IgbGridBaseDirective.SelectAllRows(Boolean)
IgbGridBaseDirective.DeselectAllRowsAsync(Boolean)
IgbGridBaseDirective.DeselectAllRows(Boolean)
IgbGridBaseDirective.ClearCellSelectionAsync()
IgbGridBaseDirective.ClearCellSelection()
IgbGridBaseDirective.SelectRangeAsync(IgbGridSelectionRange[])
IgbGridBaseDirective.SelectRange(IgbGridSelectionRange[])
IgbGridBaseDirective.GetSelectedRangesAsync()
IgbGridBaseDirective.GetSelectedRanges()
IgbGridBaseDirective.GetSelectedDataAsync(Boolean, Boolean)
IgbGridBaseDirective.GetSelectedData(Boolean, Boolean)
IgbGridBaseDirective.SelectedColumnsAsync()
IgbGridBaseDirective.SelectedColumns()
IgbGridBaseDirective.SelectColumnsAsync(String[], Boolean)
IgbGridBaseDirective.SelectColumns(String[], Boolean)
IgbGridBaseDirective.DeselectColumnsAsync(String[])
IgbGridBaseDirective.DeselectColumns(String[])
IgbGridBaseDirective.DeselectAllColumnsAsync()
IgbGridBaseDirective.DeselectAllColumns()
IgbGridBaseDirective.SelectAllColumnsAsync()
IgbGridBaseDirective.SelectAllColumns()
IgbGridBaseDirective.GetSelectedColumnsDataAsync(Boolean, Boolean)
IgbGridBaseDirective.GetSelectedColumnsData(Boolean, Boolean)
IgbGridBaseDirective.NavigateToAsync(Double, Double, Object)
IgbGridBaseDirective.NavigateTo(Double, Double, Object)
IgbGridBaseDirective.GetNextCellAsync(Double, Double, Object)
IgbGridBaseDirective.GetNextCell(Double, Double, Object)
IgbGridBaseDirective.GetPreviousCellAsync(Double, Double, Object)
IgbGridBaseDirective.GetPreviousCell(Double, Double, Object)
IgbGridBaseDirective.OpenAdvancedFilteringDialogAsync(IgbOverlaySettings)
IgbGridBaseDirective.OpenAdvancedFilteringDialog(IgbOverlaySettings)
IgbGridBaseDirective.CloseAdvancedFilteringDialogAsync(Boolean)
IgbGridBaseDirective.CloseAdvancedFilteringDialog(Boolean)
IgbGridBaseDirective.BeginAddRowByIdAsync(Object, Boolean)
IgbGridBaseDirective.BeginAddRowById(Object, Boolean)
IgbGridBaseDirective.NeedsDynamicContent
IgbGridBaseDirective.ContentColumnList
IgbGridBaseDirective.CellEditDone
IgbGridBaseDirective.RowAdded
IgbGridBaseDirective.ItemRequested
IgbGridBaseDirective.RowDeleted
IgbGridBaseDirective.DefaultEventBehavior
IgbGridBaseDirective.ParentTypeName
IgbGridBaseDirective.ContentActionStripComponents
IgbGridBaseDirective.ActualActionStripComponents
IgbGridBaseDirective.ContentToolbar
IgbGridBaseDirective.ActualToolbar
IgbGridBaseDirective.ContentPaginationComponents
IgbGridBaseDirective.ActualPaginationComponents
IgbGridBaseDirective.ContentStateComponents
IgbGridBaseDirective.ActualStateComponents
IgbGridBaseDirective.SnackbarDisplayTime
IgbGridBaseDirective.AutoGenerate
IgbGridBaseDirective.AutoGenerateExclude
IgbGridBaseDirective.Moving
IgbGridBaseDirective.EmptyGridTemplate
IgbGridBaseDirective.EmptyGridTemplateScript
IgbGridBaseDirective.AddRowEmptyTemplate
IgbGridBaseDirective.AddRowEmptyTemplateScript
IgbGridBaseDirective.LoadingGridTemplate
IgbGridBaseDirective.LoadingGridTemplateScript
IgbGridBaseDirective.SummaryRowHeight
IgbGridBaseDirective.DataCloneStrategy
IgbGridBaseDirective.ClipboardOptions
IgbGridBaseDirective.RowClasses
IgbGridBaseDirective.RowClassesScript
IgbGridBaseDirective.RowStyles
IgbGridBaseDirective.RowStylesScript
IgbGridBaseDirective.PrimaryKey
IgbGridBaseDirective.ColumnList
IgbGridBaseDirective.ActionStripComponents
IgbGridBaseDirective.DragGhostCustomTemplate
IgbGridBaseDirective.DragGhostCustomTemplateScript
IgbGridBaseDirective.RowEditTextTemplate
IgbGridBaseDirective.RowEditTextTemplateScript
IgbGridBaseDirective.RowAddTextTemplate
IgbGridBaseDirective.RowAddTextTemplateScript
IgbGridBaseDirective.RowEditActionsTemplate
IgbGridBaseDirective.RowEditActionsTemplateScript
IgbGridBaseDirective.RowExpandedIndicatorTemplate
IgbGridBaseDirective.RowExpandedIndicatorTemplateScript
IgbGridBaseDirective.RowCollapsedIndicatorTemplate
IgbGridBaseDirective.RowCollapsedIndicatorTemplateScript
IgbGridBaseDirective.HeaderExpandedIndicatorTemplate
IgbGridBaseDirective.HeaderExpandedIndicatorTemplateScript
IgbGridBaseDirective.HeaderCollapsedIndicatorTemplate
IgbGridBaseDirective.HeaderCollapsedIndicatorTemplateScript
IgbGridBaseDirective.ExcelStyleHeaderIconTemplate
IgbGridBaseDirective.ExcelStyleHeaderIconTemplateScript
IgbGridBaseDirective.SortAscendingHeaderIconTemplate
IgbGridBaseDirective.SortAscendingHeaderIconTemplateScript
IgbGridBaseDirective.SortDescendingHeaderIconTemplate
IgbGridBaseDirective.SortDescendingHeaderIconTemplateScript
IgbGridBaseDirective.SortHeaderIconTemplate
IgbGridBaseDirective.SortHeaderIconTemplateScript
IgbGridBaseDirective.Toolbar
IgbGridBaseDirective.PaginationComponents
IgbGridBaseDirective.ResourceStrings
IgbGridBaseDirective.FilteringLogic
IgbGridBaseDirective.FilteringExpressionsTree
IgbGridBaseDirective.AdvancedFilteringExpressionsTree
IgbGridBaseDirective.Locale
IgbGridBaseDirective.PagingMode
IgbGridBaseDirective.HideRowSelectors
IgbGridBaseDirective.RowDraggable
IgbGridBaseDirective.ValidationTrigger
IgbGridBaseDirective.RowEditable
IgbGridBaseDirective.RowHeight
IgbGridBaseDirective.ColumnWidth
IgbGridBaseDirective.EmptyGridMessage
IgbGridBaseDirective.IsLoading
IgbGridBaseDirective.ShouldGenerate
IgbGridBaseDirective.EmptyFilteredGridMessage
IgbGridBaseDirective.Pinning
IgbGridBaseDirective.AllowFiltering
IgbGridBaseDirective.AllowAdvancedFiltering
IgbGridBaseDirective.FilterMode
IgbGridBaseDirective.SummaryPosition
IgbGridBaseDirective.SummaryCalculationMode
IgbGridBaseDirective.ShowSummaryOnCollapse
IgbGridBaseDirective.FilterStrategy
IgbGridBaseDirective.SortStrategy
IgbGridBaseDirective.SortingOptions
IgbGridBaseDirective.SelectedRows
IgbGridBaseDirective.HeadSelectorTemplate
IgbGridBaseDirective.HeadSelectorTemplateScript
IgbGridBaseDirective.RowSelectorTemplate
IgbGridBaseDirective.RowSelectorTemplateScript
IgbGridBaseDirective.DragIndicatorIconTemplate
IgbGridBaseDirective.DragIndicatorIconTemplateScript
IgbGridBaseDirective.SortingExpressions
IgbGridBaseDirective.BatchEditing
IgbGridBaseDirective.CellSelection
IgbGridBaseDirective.RowSelection
IgbGridBaseDirective.ColumnSelection
IgbGridBaseDirective.Outlet
IgbGridBaseDirective.TotalRecords
IgbGridBaseDirective.SelectRowOnClick
IgbGridBaseDirective.ActualColumnList
IgbGridBaseDirective.StateComponents
IgbGridBaseDirective.SelectedRowsChanged
IgbGridBaseDirective.FilteringExpressionsTreeChangeScript
IgbGridBaseDirective.FilteringExpressionsTreeChange
IgbGridBaseDirective.AdvancedFilteringExpressionsTreeChangeScript
IgbGridBaseDirective.AdvancedFilteringExpressionsTreeChange
IgbGridBaseDirective.GridScrollScript
IgbGridBaseDirective.GridScroll
IgbGridBaseDirective.CellClickScript
IgbGridBaseDirective.CellClick
IgbGridBaseDirective.RowClickScript
IgbGridBaseDirective.RowClick
IgbGridBaseDirective.FormGroupCreatedScript
IgbGridBaseDirective.FormGroupCreated
IgbGridBaseDirective.ValidationStatusChangeScript
IgbGridBaseDirective.ValidationStatusChange
IgbGridBaseDirective.SelectedScript
IgbGridBaseDirective.Selected
IgbGridBaseDirective.RowSelectionChangingScript
IgbGridBaseDirective.RowSelectionChanging
IgbGridBaseDirective.ColumnSelectionChangingScript
IgbGridBaseDirective.ColumnSelectionChanging
IgbGridBaseDirective.ColumnPinScript
IgbGridBaseDirective.ColumnPin
IgbGridBaseDirective.ColumnPinnedScript
IgbGridBaseDirective.ColumnPinned
IgbGridBaseDirective.CellEditEnterScript
IgbGridBaseDirective.CellEditEnter
IgbGridBaseDirective.CellEditExitScript
IgbGridBaseDirective.CellEditExit
IgbGridBaseDirective.CellEditScript
IgbGridBaseDirective.CellEdit
IgbGridBaseDirective.RowEditEnterScript
IgbGridBaseDirective.RowEditEnter
IgbGridBaseDirective.RowEditScript
IgbGridBaseDirective.RowEdit
IgbGridBaseDirective.RowEditDoneScript
IgbGridBaseDirective.RowEditDone
IgbGridBaseDirective.RowEditExitScript
IgbGridBaseDirective.RowEditExit
IgbGridBaseDirective.ColumnInitScript
IgbGridBaseDirective.ColumnInit
IgbGridBaseDirective.ColumnsAutogeneratedScript
IgbGridBaseDirective.ColumnsAutogenerated
IgbGridBaseDirective.SortingScript
IgbGridBaseDirective.Sorting
IgbGridBaseDirective.SortingDoneScript
IgbGridBaseDirective.SortingDone
IgbGridBaseDirective.FilteringScript
IgbGridBaseDirective.Filtering
IgbGridBaseDirective.FilteringDoneScript
IgbGridBaseDirective.FilteringDone
IgbGridBaseDirective.RowDeleteScript
IgbGridBaseDirective.RowDelete
IgbGridBaseDirective.RowAddScript
IgbGridBaseDirective.RowAdd
IgbGridBaseDirective.ColumnResizedScript
IgbGridBaseDirective.ColumnResized
IgbGridBaseDirective.ContextMenuScript
IgbGridBaseDirective.ContextMenu
IgbGridBaseDirective.DoubleClickScript
IgbGridBaseDirective.DoubleClick
IgbGridBaseDirective.ColumnVisibilityChangingScript
IgbGridBaseDirective.ColumnVisibilityChanging
IgbGridBaseDirective.ColumnVisibilityChangedScript
IgbGridBaseDirective.ColumnVisibilityChanged
IgbGridBaseDirective.ColumnMovingStartScript
IgbGridBaseDirective.ColumnMovingStart
IgbGridBaseDirective.ColumnMovingScript
IgbGridBaseDirective.ColumnMoving
IgbGridBaseDirective.ColumnMovingEndScript
IgbGridBaseDirective.ColumnMovingEnd
IgbGridBaseDirective.GridKeydownScript
IgbGridBaseDirective.GridKeydown
IgbGridBaseDirective.RowDragStartScript
IgbGridBaseDirective.RowDragStart
IgbGridBaseDirective.RowDragEndScript
IgbGridBaseDirective.RowDragEnd
IgbGridBaseDirective.GridCopyScript
IgbGridBaseDirective.GridCopy
IgbGridBaseDirective.SelectedRowsChangeScript
IgbGridBaseDirective.SelectedRowsChange
IgbGridBaseDirective.RowToggleScript
IgbGridBaseDirective.RowToggle
IgbGridBaseDirective.RowPinningScript
IgbGridBaseDirective.RowPinning
IgbGridBaseDirective.RowPinnedScript
IgbGridBaseDirective.RowPinned
IgbGridBaseDirective.ActiveNodeChangeScript
IgbGridBaseDirective.ActiveNodeChange
IgbGridBaseDirective.SortingExpressionsChangeScript
IgbGridBaseDirective.SortingExpressionsChange
IgbGridBaseDirective.ToolbarExportingScript
IgbGridBaseDirective.ToolbarExporting
IgbGridBaseDirective.RangeSelectedScript
IgbGridBaseDirective.RangeSelected
IgbGridBaseDirective.RenderedScript
IgbGridBaseDirective.Rendered
IgbGridBaseDirective.DataChangingScript
IgbGridBaseDirective.DataChanging
IgbGridBaseDirective.DataChangedScript
IgbGridBaseDirective.DataChanged
BaseRendererControl.eventCallbacksCache
BaseRendererControl._cachedSerializedContent
BaseRendererControl.EnsureModulesLoaded()
BaseRendererControl.ResolveEventBehavior()
BaseRendererControl.ResolveDisplay()
BaseRendererControl.ToSpinal(String)
BaseRendererControl.TransformSimpleKey(String)
BaseRendererControl.IsTransformedEnumValue(String)
BaseRendererControl.TransformPotentialEnumValue(String, Object)
BaseRendererControl.BuildSequenceInfo(Int32)
BaseRendererControl.BuildRenderTree(RenderTreeBuilder)
BaseRendererControl.TemplateContentType(String)
BaseRendererControl.OnAfterRenderAsync(Boolean)
BaseRendererControl.EnsureReady()
BaseRendererControl.MarkPropDirty(String)
BaseRendererControl.IsPropDirty(String)
BaseRendererControl.Serialize(SerializationContext, String)
BaseRendererControl.Serialize()
BaseRendererControl.InvokeMethod(String, Object[], String[], ElementReference[])
BaseRendererControl.InvokeMethodSync(String, Object[], String[], ElementReference[])
BaseRendererControl.SuspendNotifications(Object)
BaseRendererControl.ResumeNotifications(Object, Boolean)
BaseRendererControl.NotifyInsertItem(Object, Int32, Object)
BaseRendererControl.NotifyRemoveItem(Object, Int32, Object)
BaseRendererControl.NotifyClearItems(Object)
BaseRendererControl.NotifySetItem(Object, Int32, Object, Object)
BaseRendererControl.NotifyUpdateItem(Object, Int32, Object, Boolean)
BaseRendererControl.OnRefChanged(String, Object)
BaseRendererControl.OnInvokeReturn(Int64, Object)
BaseRendererControl.Camelize(String)
BaseRendererControl.ToPascal(String)
BaseRendererControl.OnElementNameChanged(BaseRendererElement, String, String)
BaseRendererControl.Dispose(Boolean)
BaseRendererControl.SetResourceStringAsync(String, String, String)
BaseRendererControl.SetResourceStringAsync(String, String)
BaseRendererControl.SetPropertyValue(Object, PropertyInfo, JsonElement)
BaseRendererControl.SetPropertyValue(Object, PropertyInfo, Object)
BaseRendererControl.CompareEventCallbacks<T>(T, T, Dictionary<Type, Dictionary<String, FieldInfo>>)
BaseRendererControl.Finalize()
BaseRendererControl.Dispose()
BaseRendererControl.IgBlazor
BaseRendererControl.Height
BaseRendererControl.Width
BaseRendererControl.Class
BaseRendererControl.AdditionalAttributes
BaseRendererControl.EventBehavior
BaseRendererControl.ChildContent
BaseRendererControl.RoundTripDateConversion
BaseRendererControl.SupportsVisualChildren
BaseRendererControl.UseDirectRender
BaseRendererControl.DirectRenderElementName
BaseRendererControl.UseCamelEnumValues
Namespace: IgniteUI.Blazor.Controls
Assembly: IgniteUI.Blazor.dll
Syntax
public class IgbHierarchicalGridBaseDirective : IgbGridBaseDirective, RefSink, JsonSerializable, IDisposable

Constructors

IgbHierarchicalGridBaseDirective()

Declaration
public IgbHierarchicalGridBaseDirective()

Properties

DataPreLoad

Declaration
public EventCallback<IgbForOfStateEventArgs> DataPreLoad { get; set; }
Property Value
Type Description
Microsoft.AspNetCore.Components.EventCallback<IgbForOfStateEventArgs>

DataPreLoadScript

Declaration
public string DataPreLoadScript { get; set; }
Property Value
Type Description
System.String

HasChildrenKey

Declaration
public string HasChildrenKey { get; set; }
Property Value
Type Description
System.String

RootGrid

Declaration
public IgbGridBaseDirective RootGrid { get; set; }
Property Value
Type Description
IgbGridBaseDirective

ShowExpandAll

Declaration
public bool ShowExpandAll { get; set; }
Property Value
Type Description
System.Boolean

Type

Declaration
public override string Type { get; }
Property Value
Type Description
System.String
Overrides
IgbGridBaseDirective.Type

Methods

FindByName(String)

Declaration
public override object FindByName(string name)
Parameters
Type Name Description
System.String name
Returns
Type Description
System.Object
Overrides
IgbGridBaseDirective.FindByName(String)

Implements

JsonSerializable
System.IDisposable