A column in the data grid.
Inheritance
object
ComponentBase
Classes that extend this class.
Derived Classes- IComponent
- IHandleEvent
- IHandleAfterRender
- JsonSerializable
- IDisposable
Constructors
Section titled "Constructors"constructor
public IgbDataGridColumn() Returns IgbDataGridColumn
Properties
Section titled "Properties"ParentTypeName
Section titled "ParentTypeName"Inherited from: IgbDefinitionBase
protected override string ParentTypeName { get; } ContentConditionalStyles
Section titled "ContentConditionalStyles"Inherited from: IgbDefinitionBase
public IgbGridConditionalStyleCollection ContentConditionalStyles { get; } ActualConditionalStyles
Section titled "ActualConditionalStyles"Inherited from: IgbDefinitionBase
public IgbGridConditionalStyleCollection ActualConditionalStyles { get; } Background
Section titled "Background"Inherited from: IgbDefinitionBase
Gets or sets the background color to use.
[Parameter]
public string Background { get; set; } ConditionalStyles
Section titled "ConditionalStyles"Inherited from: IgbDefinitionBase
Gets the style key information to use for judging when a property will be set later by a style
public IgbGridConditionalStyleCollection ConditionalStyles { get; protected set; } Border
Section titled "Border"Inherited from: IgbDefinitionBase
Gets or sets the background color to use.
[Parameter]
public string Border { get; set; } ActivationBorder
Section titled "ActivationBorder"Inherited from: IgbDefinitionBase
Gets or sets the background color to use.
[Parameter]
public string ActivationBorder { get; set; } ErrorBorder
Section titled "ErrorBorder"Inherited from: IgbDefinitionBase
Gets or sets the error border color to use.
[Parameter]
public string ErrorBorder { get; set; } ActualBorder
Section titled "ActualBorder"Inherited from: IgbDefinitionBase
Gets the actual border color that will be used.
[Parameter]
public string ActualBorder { get; set; } BorderLeftWidth
Section titled "BorderLeftWidth"Inherited from: IgbDefinitionBase
Gets or sets the amount of left border to use for the cell content for this column.
[Parameter]
public int BorderLeftWidth { get; set; } BorderTopWidth
Section titled "BorderTopWidth"Inherited from: IgbDefinitionBase
Gets or sets the amount of top border to use for the cell content for this column.
[Parameter]
public int BorderTopWidth { get; set; } BorderRightWidth
Section titled "BorderRightWidth"Inherited from: IgbDefinitionBase
Gets or sets the amount of right border to use for the cell content of this column.
[Parameter]
public int BorderRightWidth { get; set; } BorderBottomWidth
Section titled "BorderBottomWidth"Inherited from: IgbDefinitionBase
Gets or sets the amount of bottom border to use for the cell content of this column.
[Parameter]
public int BorderBottomWidth { get; set; } ActivationBorderLeftWidth
Section titled "ActivationBorderLeftWidth"Inherited from: IgbDefinitionBase
Gets or sets the amount of left activation border to use for the cell content for this column.
[Parameter]
public int ActivationBorderLeftWidth { get; set; } ActivationBorderTopWidth
Section titled "ActivationBorderTopWidth"Inherited from: IgbDefinitionBase
Gets or sets the amount of top activation border to use for the cell content for this column.
[Parameter]
public int ActivationBorderTopWidth { get; set; } ActivationBorderRightWidth
Section titled "ActivationBorderRightWidth"Inherited from: IgbDefinitionBase
Gets or sets the amount of right activation border to use for the cell content of this column.
[Parameter]
public int ActivationBorderRightWidth { get; set; } ActivationBorderBottomWidth
Section titled "ActivationBorderBottomWidth"Inherited from: IgbDefinitionBase
Gets or sets the amount of bottom activation border to use for the cell content of this column.
[Parameter]
public int ActivationBorderBottomWidth { get; set; } ErrorBorderLeftWidth
Section titled "ErrorBorderLeftWidth"Inherited from: IgbDefinitionBase
[Parameter]
public int ErrorBorderLeftWidth { get; set; } ErrorBorderTopWidth
Section titled "ErrorBorderTopWidth"Inherited from: IgbDefinitionBase
[Parameter]
public int ErrorBorderTopWidth { get; set; } ErrorBorderRightWidth
Section titled "ErrorBorderRightWidth"Inherited from: IgbDefinitionBase
[Parameter]
public int ErrorBorderRightWidth { get; set; } ErrorBorderBottomWidth
Section titled "ErrorBorderBottomWidth"Inherited from: IgbDefinitionBase
[Parameter]
public int ErrorBorderBottomWidth { get; set; } ActualBackground
Section titled "ActualBackground"Inherited from: IgbDefinitionBase
Gets the actual background color that will be used.
[Parameter]
public string ActualBackground { get; set; } ActualActivationBorder
Section titled "ActualActivationBorder"Inherited from: IgbDefinitionBase
Gets the actual background color that will be used.
[Parameter]
public string ActualActivationBorder { get; set; } ActualErrorBorder
Section titled "ActualErrorBorder"Inherited from: IgbDefinitionBase
Gets the actual error border color that will be used.
[Parameter]
public string ActualErrorBorder { get; set; } StickyRowBackground
Section titled "StickyRowBackground"Inherited from: IgbDefinitionBase
Gets or sets the background color for content that sticks to the top of the grid.
[Parameter]
public string StickyRowBackground { get; set; } ActualStickyRowBackground
Section titled "ActualStickyRowBackground"Inherited from: IgbDefinitionBase
Gets the actual background color for content that sticks to the top of the grid.
[Parameter]
public string ActualStickyRowBackground { get; set; } PinnedRowBackground
Section titled "PinnedRowBackground"Inherited from: IgbDefinitionBase
Gets or sets the background color for cells belonging to rows marked as pinned.
[Parameter]
public string PinnedRowBackground { get; set; } ActualPinnedRowBackground
Section titled "ActualPinnedRowBackground"Inherited from: IgbDefinitionBase
Gets the actual background color for cells belonging to rows marked as pinned.
[Parameter]
public string ActualPinnedRowBackground { get; set; } LastStickyRowBackground
Section titled "LastStickyRowBackground"Inherited from: IgbDefinitionBase
Gets or sets the color for the last row in the sticky row area.
[Parameter]
public string LastStickyRowBackground { get; set; } ActualLastStickyRowBackground
Section titled "ActualLastStickyRowBackground"Inherited from: IgbDefinitionBase
Gets the actual color for the last row in the sticky row area.
[Parameter]
public string ActualLastStickyRowBackground { get; set; } ContentOpacity
Section titled "ContentOpacity"Inherited from: IgbDefinitionBase
Gets or sets the opacity of the content.
[Parameter]
public double ContentOpacity { get; set; } HorizontalAlignment
Section titled "HorizontalAlignment"Inherited from: IgbDefinitionBase
Gets or sets the horizontal alignment to use for the cell content.
[Parameter]
public CellContentHorizontalAlignment HorizontalAlignment { get; set; } VerticalAlignment
Section titled "VerticalAlignment"Inherited from: IgbDefinitionBase
Gets or sets the vertical alignment to use for the cell content.
[Parameter]
public CellContentVerticalAlignment VerticalAlignment { get; set; } LineBreakMode
Section titled "LineBreakMode"Inherited from: IgbDefinitionBase
Gets or sets the line breaking mode to use if text is present in the cell.
[Parameter]
public TextCellLineBreakMode LineBreakMode { get; set; } ActualLineBreakMode
Section titled "ActualLineBreakMode"Inherited from: IgbDefinitionBase
Gets the actual line break mode which will be used if text is present in the cell.
[Parameter]
public TextCellLineBreakMode ActualLineBreakMode { get; set; } TextColor
Section titled "TextColor"Inherited from: IgbDefinitionBase
Gets or sets the color to use for displaying text.
[Parameter]
public string TextColor { get; set; } ActualTextColor
Section titled "ActualTextColor"Inherited from: IgbDefinitionBase
Gets the actual color used for displaying text.
[Parameter]
public string ActualTextColor { get; set; } IsBarSupported
Section titled "IsBarSupported"Inherited from: IgbDefinitionBase
Gets or sets whether the bar is supported.
[Parameter]
public bool IsBarSupported { get; set; } BarBackground
Section titled "BarBackground"Inherited from: IgbDefinitionBase
Gets or sets the color to use for value bars.
[Parameter]
public string BarBackground { get; set; } ActualBarBackground
Section titled "ActualBarBackground"Inherited from: IgbDefinitionBase
Gets the actual color used for value bars.
[Parameter]
public string ActualBarBackground { get; set; } BarOutline
Section titled "BarOutline"Inherited from: IgbDefinitionBase
Gets or sets the Outline color to use for value bars.
[Parameter]
public string BarOutline { get; set; } ActualBarOutline
Section titled "ActualBarOutline"Inherited from: IgbDefinitionBase
Gets the actual Outline color used for value bars.
[Parameter]
public string ActualBarOutline { get; set; } BarStrokeThickness
Section titled "BarStrokeThickness"Inherited from: IgbDefinitionBase
Gets or sets the stroke thickness to use for value bars.
[Parameter]
public int BarStrokeThickness { get; set; } ActualBarStrokeThickness
Section titled "ActualBarStrokeThickness"Inherited from: IgbDefinitionBase
Gets the actual stroke thickness used for value bars.
[Parameter]
public int ActualBarStrokeThickness { get; set; } BarCornerRadius
Section titled "BarCornerRadius"Inherited from: IgbDefinitionBase
Gets or sets the stroke thickness to use for value bars.
[Parameter]
public int BarCornerRadius { get; set; } ActualBarCornerRadius
Section titled "ActualBarCornerRadius"Inherited from: IgbDefinitionBase
Gets the actual stroke thickness used for value bars.
[Parameter]
public int ActualBarCornerRadius { get; set; } PinnedRowOpacity
Section titled "PinnedRowOpacity"Inherited from: IgbDefinitionBase
Gets or sets the color to use for displaying text.
[Parameter]
public double PinnedRowOpacity { get; set; } ActualPinnedRowOpacity
Section titled "ActualPinnedRowOpacity"Inherited from: IgbDefinitionBase
Gets or sets the color to use for displaying text.
[Parameter]
public double ActualPinnedRowOpacity { get; set; } FontFamily
Section titled "FontFamily"Inherited from: IgbDefinitionBase
[Parameter]
public string FontFamily { get; set; } FontSize
Section titled "FontSize"Inherited from: IgbDefinitionBase
[Parameter]
public double FontSize { get; set; } FontStyle
Section titled "FontStyle"Inherited from: IgbDefinitionBase
[Parameter]
public string FontStyle { get; set; } FontWeight
Section titled "FontWeight"Inherited from: IgbDefinitionBase
[Parameter]
public string FontWeight { get; set; } DataBindingScript
Section titled "DataBindingScript"Inherited from: IgbDefinitionBase
[Parameter]
public string DataBindingScript { get; set; } DataBinding
Section titled "DataBinding"Inherited from: IgbDefinitionBase
[Parameter]
public Action<IgbDataBindingEventArgs> DataBinding { get; set; } DataBoundScript
Section titled "DataBoundScript"Inherited from: IgbDefinitionBase
[Parameter]
public string DataBoundScript { get; set; } DataBound
Section titled "DataBound"Inherited from: IgbDefinitionBase
[Parameter]
public Action<IgbDataBindingEventArgs> DataBound { get; set; } CellStyleKeyRequestedScript
Section titled "CellStyleKeyRequestedScript"Inherited from: IgbDefinitionBase
[Parameter]
public string CellStyleKeyRequestedScript { get; set; } CellStyleKeyRequested
Section titled "CellStyleKeyRequested"Inherited from: IgbDefinitionBase
[Parameter]
public Action<IgbCellStyleRequestedEventArgs> CellStyleKeyRequested { get; set; } IgBlazor
Section titled "IgBlazor"Inherited from: BaseRendererElement
[Inject]
protected IIgniteUIBlazor IgBlazor { get; set; } IsComponentRooted
Section titled "IsComponentRooted"Inherited from: BaseRendererElement
public bool IsComponentRooted { get; } UseDirectRender
Section titled "UseDirectRender"Inherited from: BaseRendererElement
protected virtual bool UseDirectRender { get; } ChildContent
Section titled "ChildContent"Inherited from: BaseRendererElement
[Parameter]
public RenderFragment ChildContent { get; set; } SupportsVisualChildren
Section titled "SupportsVisualChildren"Inherited from: BaseRendererElement
protected virtual bool SupportsVisualChildren { get; } Inherited from: BaseRendererElement
[Parameter]
public string Name { get; set; } Parent
Section titled "Parent"Inherited from: BaseRendererElement
public object Parent { get; } MethodTarget
Section titled "MethodTarget"Inherited from: BaseRendererElement
protected virtual string MethodTarget { get; } CurrParent
Section titled "CurrParent"Inherited from: BaseRendererElement
protected object CurrParent { get; } ActualColumnOptionsAccentColor
Section titled "ActualColumnOptionsAccentColor"[Parameter]
public string ActualColumnOptionsAccentColor { get; set; } ActualColumnOptionsBackground
Section titled "ActualColumnOptionsBackground"Gets or sets the column options dropdown background color.
[Parameter]
public string ActualColumnOptionsBackground { get; set; } ActualColumnOptionsGroupHeaderBackground
Section titled "ActualColumnOptionsGroupHeaderBackground"Gets or sets the background color for group headers inside the column options menu.
[Parameter]
public string ActualColumnOptionsGroupHeaderBackground { get; set; } ActualColumnOptionsGroupHeaderTextColor
Section titled "ActualColumnOptionsGroupHeaderTextColor"Gets the actual text color for group headers inside the column options menu.
[Parameter]
public string ActualColumnOptionsGroupHeaderTextColor { get; set; } ActualColumnOptionsHighlightColor
Section titled "ActualColumnOptionsHighlightColor"[Parameter]
public string ActualColumnOptionsHighlightColor { get; set; } ActualColumnOptionsHoverBackgroundColor
Section titled "ActualColumnOptionsHoverBackgroundColor"[Parameter]
public string ActualColumnOptionsHoverBackgroundColor { get; set; } ActualColumnOptionsIconAlignment
Section titled "ActualColumnOptionsIconAlignment"Gets the actual column options icon alignment for this column.
[Parameter]
public ColumnOptionsIconAlignment ActualColumnOptionsIconAlignment { get; set; } ActualColumnOptionsIconBehavior
Section titled "ActualColumnOptionsIconBehavior"Gets or sets how the column option icon will behave in the column header.
[Parameter]
public ColumnOptionsIconBehavior ActualColumnOptionsIconBehavior { get; set; } ActualColumnOptionsIconColor
Section titled "ActualColumnOptionsIconColor"Gets the actual column options icon color for this column.
[Parameter]
public string ActualColumnOptionsIconColor { get; set; } ActualColumnOptionsRowHeight
Section titled "ActualColumnOptionsRowHeight"[Parameter]
public int ActualColumnOptionsRowHeight { get; set; } ActualColumnOptionsScrollbarActiveBackground
Section titled "ActualColumnOptionsScrollbarActiveBackground"Gets the resolved scrollbar thumb active (dragging) background color for checkbox lists in the column options dialog.
[Parameter]
public string ActualColumnOptionsScrollbarActiveBackground { get; set; } ActualColumnOptionsScrollbarBackground
Section titled "ActualColumnOptionsScrollbarBackground"Gets the resolved scrollbar background color for checkbox lists in the column options dialog.
[Parameter]
public string ActualColumnOptionsScrollbarBackground { get; set; } ActualColumnOptionsScrollbarHoverBackground
Section titled "ActualColumnOptionsScrollbarHoverBackground"Gets the resolved scrollbar thumb hover background color for checkbox lists in the column options dialog.
[Parameter]
public string ActualColumnOptionsScrollbarHoverBackground { get; set; } ActualColumnOptionsSeparatorColor
Section titled "ActualColumnOptionsSeparatorColor"Gets or sets the color of separators inside the column options menu.
[Parameter]
public string ActualColumnOptionsSeparatorColor { get; set; } ActualColumnOptionsTextColor
Section titled "ActualColumnOptionsTextColor"Gets or sets the text color for text inside the column options menu.
[Parameter]
public string ActualColumnOptionsTextColor { get; set; } ActualColumnOptionsToolTipBackgroundColor
Section titled "ActualColumnOptionsToolTipBackgroundColor"[Parameter]
public string ActualColumnOptionsToolTipBackgroundColor { get; set; } ActualColumnOptionsToolTipTextColor
Section titled "ActualColumnOptionsToolTipTextColor"[Parameter]
public string ActualColumnOptionsToolTipTextColor { get; set; } ActualDeletedTextColor
Section titled "ActualDeletedTextColor"Gets the actual text color used for deleted rows.
[Parameter]
public string ActualDeletedTextColor { get; set; } ActualEditOpacity
Section titled "ActualEditOpacity"Gets the actual opacity for unsaved edited cell values.
[Parameter]
public double ActualEditOpacity { get; set; } ActualHeaderText
Section titled "ActualHeaderText"Gets the actual text displayed in the header of the column
[Parameter]
public string ActualHeaderText { get; set; } ActualHoverBackground
Section titled "ActualHoverBackground"Gets the actual background color that is used for the cells when they are hovered.
[Parameter]
public string ActualHoverBackground { get; set; } ActualIsColumnOptionsEnabled
Section titled "ActualIsColumnOptionsEnabled"Gets the actual state of the column options for this column.
[Parameter]
public bool ActualIsColumnOptionsEnabled { get; set; } ActualIsColumnOptionsGroupingEnabled
Section titled "ActualIsColumnOptionsGroupingEnabled"Gets the actual state of grouping menu in the column options for this column.
[Parameter]
public bool ActualIsColumnOptionsGroupingEnabled { get; set; } ActualIsColumnOptionsSummariesEnabled
Section titled "ActualIsColumnOptionsSummariesEnabled"Gets the actual state of summaries menu in the column options for this column.
[Parameter]
public bool ActualIsColumnOptionsSummariesEnabled { get; set; } ActualRowHoverTextColor
Section titled "ActualRowHoverTextColor"Gets the actual text color that is used for the cells when they are hovered.
[Parameter]
public string ActualRowHoverTextColor { get; set; } ActualSelectedBackground
Section titled "ActualSelectedBackground"Gets the actual background color that is used for the cells when they are selected
[Parameter]
public string ActualSelectedBackground { get; set; } ActualSelectedTextColor
Section titled "ActualSelectedTextColor"Gets the actual text color that is used for the cells when they are selected
[Parameter]
public string ActualSelectedTextColor { get; set; } AnimationSettings
Section titled "AnimationSettings"Gets or sets the animation settings to use for this column.
[Parameter]
public IgbGridColumnAnimationSettings AnimationSettings { get; set; } ColumnOptionsAccentColor
Section titled "ColumnOptionsAccentColor"[Parameter]
public string ColumnOptionsAccentColor { get; set; } ColumnOptionsBackground
Section titled "ColumnOptionsBackground"Gets or sets the column options dropdown background color.
[Parameter]
public string ColumnOptionsBackground { get; set; } ColumnOptionsFontFamily
Section titled "ColumnOptionsFontFamily"[Parameter]
public string ColumnOptionsFontFamily { get; set; } ColumnOptionsFontSize
Section titled "ColumnOptionsFontSize"[Parameter]
public double ColumnOptionsFontSize { get; set; } ColumnOptionsFontStyle
Section titled "ColumnOptionsFontStyle"[Parameter]
public string ColumnOptionsFontStyle { get; set; } ColumnOptionsFontWeight
Section titled "ColumnOptionsFontWeight"[Parameter]
public string ColumnOptionsFontWeight { get; set; } ColumnOptionsGroupHeaderBackground
Section titled "ColumnOptionsGroupHeaderBackground"Gets or sets the background color for group headers inside the column options menu.
[Parameter]
public string ColumnOptionsGroupHeaderBackground { get; set; } ColumnOptionsGroupHeaderFontFamily
Section titled "ColumnOptionsGroupHeaderFontFamily"[Parameter]
public string ColumnOptionsGroupHeaderFontFamily { get; set; } ColumnOptionsGroupHeaderFontSize
Section titled "ColumnOptionsGroupHeaderFontSize"[Parameter]
public double ColumnOptionsGroupHeaderFontSize { get; set; } ColumnOptionsGroupHeaderFontStyle
Section titled "ColumnOptionsGroupHeaderFontStyle"[Parameter]
public string ColumnOptionsGroupHeaderFontStyle { get; set; } ColumnOptionsGroupHeaderFontWeight
Section titled "ColumnOptionsGroupHeaderFontWeight"[Parameter]
public string ColumnOptionsGroupHeaderFontWeight { get; set; } ColumnOptionsGroupHeaderTextColor
Section titled "ColumnOptionsGroupHeaderTextColor"Gets or sets the text color for group headers inside the column options menu.
[Parameter]
public string ColumnOptionsGroupHeaderTextColor { get; set; } ColumnOptionsHighlightColor
Section titled "ColumnOptionsHighlightColor"[Parameter]
public string ColumnOptionsHighlightColor { get; set; } ColumnOptionsHoverBackgroundColor
Section titled "ColumnOptionsHoverBackgroundColor"[Parameter]
public string ColumnOptionsHoverBackgroundColor { get; set; } ColumnOptionsIconAlignment
Section titled "ColumnOptionsIconAlignment"Gets or sets whether the column options icon is aligned opposite the header text or not.
[Parameter]
public ColumnOptionsIconAlignment ColumnOptionsIconAlignment { get; set; } ColumnOptionsIconBehavior
Section titled "ColumnOptionsIconBehavior"Gets or sets how the column option icon will behave in the column header.
[Parameter]
public ColumnOptionsIconBehavior ColumnOptionsIconBehavior { get; set; } ColumnOptionsIconColor
Section titled "ColumnOptionsIconColor"Gets or sets the column options icon color for this column.
[Parameter]
public string ColumnOptionsIconColor { get; set; } ColumnOptionsRowHeight
Section titled "ColumnOptionsRowHeight"[Parameter]
public int ColumnOptionsRowHeight { get; set; } ColumnOptionsScrollbarActiveBackground
Section titled "ColumnOptionsScrollbarActiveBackground"Gets or sets the scrollbar thumb active (dragging) background color for checkbox lists in this column's options dialog.
[Parameter]
public string ColumnOptionsScrollbarActiveBackground { get; set; } ColumnOptionsScrollbarBackground
Section titled "ColumnOptionsScrollbarBackground"Gets or sets the scrollbar background color for checkbox lists in this column's options dialog.
[Parameter]
public string ColumnOptionsScrollbarBackground { get; set; } ColumnOptionsScrollbarHoverBackground
Section titled "ColumnOptionsScrollbarHoverBackground"Gets or sets the scrollbar thumb hover background color for checkbox lists in this column's options dialog.
[Parameter]
public string ColumnOptionsScrollbarHoverBackground { get; set; } ColumnOptionsSeparatorColor
Section titled "ColumnOptionsSeparatorColor"Gets or sets the color of separators inside the column options menu.
[Parameter]
public string ColumnOptionsSeparatorColor { get; set; } ColumnOptionsTextColor
Section titled "ColumnOptionsTextColor"Gets or sets the text color for text inside the column options menu.
[Parameter]
public string ColumnOptionsTextColor { get; set; } ColumnOptionsToolTipBackgroundColor
Section titled "ColumnOptionsToolTipBackgroundColor"[Parameter]
public string ColumnOptionsToolTipBackgroundColor { get; set; } ColumnOptionsToolTipTextColor
Section titled "ColumnOptionsToolTipTextColor"[Parameter]
public string ColumnOptionsToolTipTextColor { get; set; } DataGridParent
Section titled "DataGridParent"[CascadingParameter(Name = "DataGridParent")]
protected BaseRendererControl DataGridParent { get; set; } DeletedTextColor
Section titled "DeletedTextColor"Gets or sets the text color used for deleted rows.
[Parameter]
public string DeletedTextColor { get; set; } EditFontFamily
Section titled "EditFontFamily"[Parameter]
public string EditFontFamily { get; set; } EditFontSize
Section titled "EditFontSize"[Parameter]
public double EditFontSize { get; set; } EditFontStyle
Section titled "EditFontStyle"[Parameter]
public string EditFontStyle { get; set; } EditFontWeight
Section titled "EditFontWeight"[Parameter]
public string EditFontWeight { get; set; } EditOpacity
Section titled "EditOpacity"Gets or sets the opacity to use for unsaved edited cell values.
[Parameter]
public double EditOpacity { get; set; } Field
Section titled "Field"Gets or sets the key used for the column binding
[Parameter]
public string Field { get; set; } Filter
Section titled "Filter"Gets or sets a filter to apply on the values of this column
[Parameter]
public IgbColumnFilterCondition Filter { get; set; } FilterComparisonType
Section titled "FilterComparisonType"Gets or sets whether UI filters are case sensitive or not.
[Parameter]
public FilterComparisonType FilterComparisonType { get; set; } FilterExpression
Section titled "FilterExpression"Gets or sets a filter to apply to the values of this column.
[Parameter]
public IgbFilterExpression FilterExpression { get; set; } FilterOperands
Section titled "FilterOperands"Gets a list of the current custom filters for this column.
public IgbGridFilterOperandsCollection FilterOperands { get; protected set; } FormatCell
Section titled "FormatCell"[Parameter]
public Action<IgbFormatCellEventArgs> FormatCell { get; set; } FormatCellScript
Section titled "FormatCellScript"[Parameter]
public string FormatCellScript { get; set; } Header
Section titled "Header"Gets or sets the header definition for this column.
[Parameter]
public IgbHeader Header { get; set; } HeaderText
Section titled "HeaderText"Gets or sets the text displayed in the header of the column
[Parameter]
public string HeaderText { get; set; } IsAutoGenerated
Section titled "IsAutoGenerated"Gets whether this column was auto generated.
[Parameter]
public bool IsAutoGenerated { get; set; } IsColumnOptionsEnabled
Section titled "IsColumnOptionsEnabled"Gets or sets the preferred state of the column options for this column. If the feature is disabled at the grid level then it will be disabled for the column regardless of what this is set to.
[Parameter]
public bool IsColumnOptionsEnabled { get; set; } IsColumnOptionsGroupingEnabled
Section titled "IsColumnOptionsGroupingEnabled"Gets or sets whether to show the grouping option in the column options menu for this column.
[Parameter]
public bool IsColumnOptionsGroupingEnabled { get; set; } IsColumnOptionsSummariesEnabled
Section titled "IsColumnOptionsSummariesEnabled"Gets or sets whether to show the summaries option in the column options menu for this column.
[Parameter]
public bool IsColumnOptionsSummariesEnabled { get; set; } IsEditable
Section titled "IsEditable"Gets or sets if the column is editable.
[Parameter]
public bool IsEditable { get; set; } IsFilteringEnabled
Section titled "IsFilteringEnabled"Gets or sets whether filtering is enabled for this column.
[Parameter]
public bool IsFilteringEnabled { get; set; } IsFromMarkup
Section titled "IsFromMarkup"Gets whether this column was projected from markup/templates and is constrained.
[Parameter]
public bool IsFromMarkup { get; set; } IsHidden
Section titled "IsHidden"Gets or sets whether or not a column is hidden from the grid
[Parameter]
public bool IsHidden { get; set; } IsResizingEnabled
Section titled "IsResizingEnabled"Gets or sets whether resizing is enabled for this column.
[Parameter]
public bool IsResizingEnabled { get; set; } IsSortingEnabled
Section titled "IsSortingEnabled"Gets or sets whether sorting is enabled for this column from the UI.
[Parameter]
public bool IsSortingEnabled { get; set; } MergedCellEvaluationCriteria
Section titled "MergedCellEvaluationCriteria"Gets or sets how cells are evaluated for merging.
[Parameter]
public MergedCellEvaluationCriteria MergedCellEvaluationCriteria { get; set; } MergedCellMode
Section titled "MergedCellMode"Gets or sets if and how cell merging is performed for this field.
[Parameter]
public MergedCellMode MergedCellMode { get; set; } MergedCellPaddingBottom
Section titled "MergedCellPaddingBottom"Gets or sets the amount of bottom padding to use for the cell content of this column.
[Parameter]
public int MergedCellPaddingBottom { get; set; } MergedCellPaddingLeft
Section titled "MergedCellPaddingLeft"Gets or sets the amount of left padding to use for the cell content for this column.
[Parameter]
public int MergedCellPaddingLeft { get; set; } MergedCellPaddingRight
Section titled "MergedCellPaddingRight"Gets or sets the amount of right padding to use for the cell content of this column.
[Parameter]
public int MergedCellPaddingRight { get; set; } MergedCellPaddingTop
Section titled "MergedCellPaddingTop"Gets or sets the amount of top padding to use for the cell content for this column.
[Parameter]
public int MergedCellPaddingTop { get; set; } MergedCellVerticalAlignment
Section titled "MergedCellVerticalAlignment"Gets or sets the vertical alignment to use for the merged cell content.
[Parameter]
public CellContentVerticalAlignment MergedCellVerticalAlignment { get; set; } MinWidth
Section titled "MinWidth"Gets or sets the minimum width to use for this column. Overrides the DefaultColumnMinWidth from the grid, if set.
[Parameter]
public double MinWidth { get; set; } PaddingBottom
Section titled "PaddingBottom"Gets or sets the amount of bottom padding to use for the cell content of this column.
[Parameter]
public int PaddingBottom { get; set; } PaddingLeft
Section titled "PaddingLeft"Gets or sets the amount of left padding to use for the cell content for this column.
[Parameter]
public int PaddingLeft { get; set; } PaddingRight
Section titled "PaddingRight"Gets or sets the amount of right padding to use for the cell content of this column.
[Parameter]
public int PaddingRight { get; set; } PaddingTop
Section titled "PaddingTop"Gets or sets the amount of top padding to use for the cell content for this column.
[Parameter]
public int PaddingTop { get; set; } Pinned
Section titled "Pinned"Gets or sets the current fixed position for this column.
[Parameter]
public PinnedPositions Pinned { get; set; } RowHoverBackground
Section titled "RowHoverBackground"Gets or sets the background color to use for the cells when the row is hovered.
[Parameter]
public string RowHoverBackground { get; set; } RowHoverTextColor
Section titled "RowHoverTextColor"Gets or sets the text color to use for the cells when the row is hovered.
[Parameter]
public string RowHoverTextColor { 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; } SelectedTextColor
Section titled "SelectedTextColor"Gets or sets the text color to use for the cells when they are selected
[Parameter]
public string SelectedTextColor { get; set; } ShouldRemoveWhenHidden
Section titled "ShouldRemoveWhenHidden"Gets or sets if a column should be removed from the grid when it is fully hidden
[Parameter]
public bool ShouldRemoveWhenHidden { get; set; } SortDirection
Section titled "SortDirection"Gets the current sort direction (None, Ascending, Descending) for this column.
[Parameter]
public ColumnSortDirection SortDirection { get; set; } SuffixIconCollectionName
Section titled "SuffixIconCollectionName"Gets or sets the icon to use in the suffix area of the cells in this column.
[Parameter]
public string SuffixIconCollectionName { get; set; } SuffixIconFill
Section titled "SuffixIconFill"Gets or sets the fill color of suffix icon.
[Parameter]
public string SuffixIconFill { get; set; } SuffixIconName
Section titled "SuffixIconName"Gets or sets the icon to use in the suffix area of the cells in this column.
[Parameter]
public string SuffixIconName { get; set; } SuffixIconStroke
Section titled "SuffixIconStroke"Gets or sets the stroke color of suffix icon.
[Parameter]
public string SuffixIconStroke { get; set; } SuffixIconViewBoxHeight
Section titled "SuffixIconViewBoxHeight"Gets or sets the suffix icon's viewbox height.
[Parameter]
public double SuffixIconViewBoxHeight { get; set; } SuffixIconViewBoxLeft
Section titled "SuffixIconViewBoxLeft"Gets or sets the suffix icon's viewbox x coordinate.
[Parameter]
public double SuffixIconViewBoxLeft { get; set; } SuffixIconViewBoxTop
Section titled "SuffixIconViewBoxTop"Gets or sets the suffix icon's viewbox y coordinate.
[Parameter]
public double SuffixIconViewBoxTop { get; set; } SuffixIconViewBoxWidth
Section titled "SuffixIconViewBoxWidth"Gets or sets the suffix icon's viewbox width.
[Parameter]
public double SuffixIconViewBoxWidth { get; set; } SuffixMargin
Section titled "SuffixMargin"Gets or sets the suffix margin.
[Parameter]
public double SuffixMargin { get; set; } SuffixText
Section titled "SuffixText"Gets or sets the text to display in the suffix area of cells in this column.
[Parameter]
public string SuffixText { get; set; } SuffixTextColor
Section titled "SuffixTextColor"Gets or sets the color of the text in the suffix area of the cells in this column.
[Parameter]
public string SuffixTextColor { get; set; } SuffixTextFontFamily
Section titled "SuffixTextFontFamily"[Parameter]
public string SuffixTextFontFamily { get; set; } SuffixTextFontSize
Section titled "SuffixTextFontSize"[Parameter]
public double SuffixTextFontSize { get; set; } SuffixTextFontStyle
Section titled "SuffixTextFontStyle"[Parameter]
public string SuffixTextFontStyle { get; set; } SuffixTextFontWeight
Section titled "SuffixTextFontWeight"[Parameter]
public string SuffixTextFontWeight { get; set; } TextDecoration
Section titled "TextDecoration"Gets or sets the text decoration to apply to cells in this column.
[Parameter]
public TextCellDecoration TextDecoration { get; set; } public override string Type { get; } Width
Section titled "Width"Gets or sets the width to use for this column.
[Parameter]
public IgbColumnWidth Width { get; set; } Accessors
Section titled "Accessors"_name
Section titled "_name"Inherited from: BaseRendererElement
protected string _name eventCallbacksCache
Section titled "eventCallbacksCache"Inherited from: BaseRendererElement
protected Dictionary<Type, Dictionary<string, FieldInfo>> eventCallbacksCache _cachedSerializedContent
Section titled "_cachedSerializedContent"Inherited from: BaseRendererElement
protected string _cachedSerializedContent Methods
Section titled "Methods"TransitionStyleOutAsync(IgbGridConditionalStyle)
Section titled "TransitionStyleOutAsync(IgbGridConditionalStyle)"Inherited from: IgbDefinitionBase
public Task TransitionStyleOutAsync(IgbGridConditionalStyle style) Parameters
- style:
IgbGridConditionalStyle
Returns any
TransitionStyleOut(IgbGridConditionalStyle)
Section titled "TransitionStyleOut(IgbGridConditionalStyle)"Inherited from: IgbDefinitionBase
public void TransitionStyleOut(IgbGridConditionalStyle style) Parameters
- style:
IgbGridConditionalStyle
Returns any
TransitionStyleInAsync(IgbGridConditionalStyle)
Section titled "TransitionStyleInAsync(IgbGridConditionalStyle)"Inherited from: IgbDefinitionBase
public Task TransitionStyleInAsync(IgbGridConditionalStyle style) Parameters
- style:
IgbGridConditionalStyle
Returns any
TransitionStyleIn(IgbGridConditionalStyle)
Section titled "TransitionStyleIn(IgbGridConditionalStyle)"Inherited from: IgbDefinitionBase
public void TransitionStyleIn(IgbGridConditionalStyle style) Parameters
- style:
IgbGridConditionalStyle
Returns any
IsStyleTransitioningOutAsync(IgbGridConditionalStyle)
Section titled "IsStyleTransitioningOutAsync(IgbGridConditionalStyle)"Inherited from: IgbDefinitionBase
public Task<bool> IsStyleTransitioningOutAsync(IgbGridConditionalStyle style) Parameters
- style:
IgbGridConditionalStyle
Returns any
IsStyleTransitioningOut(IgbGridConditionalStyle)
Section titled "IsStyleTransitioningOut(IgbGridConditionalStyle)"Inherited from: IgbDefinitionBase
public bool IsStyleTransitioningOut(IgbGridConditionalStyle style) Parameters
- style:
IgbGridConditionalStyle
Returns any
SetNamedValueAsync(string, CellPropertyAnimationType, object)
Section titled "SetNamedValueAsync(string, CellPropertyAnimationType, object)"Inherited from: IgbDefinitionBase
public Task SetNamedValueAsync(string valueName, CellPropertyAnimationType animationType, object value) Parameters
- valueName:
string - animationType:
CellPropertyAnimationType - value:
object
Returns any
SetNamedValue(string, CellPropertyAnimationType, object)
Section titled "SetNamedValue(string, CellPropertyAnimationType, object)"Inherited from: IgbDefinitionBase
public void SetNamedValue(string valueName, CellPropertyAnimationType animationType, object value) Parameters
- valueName:
string - animationType:
CellPropertyAnimationType - value:
object
Returns any
HasNamedValuesAsync()
Section titled "HasNamedValuesAsync()"Inherited from: IgbDefinitionBase
Returns if this definition has named value.
public Task<bool> HasNamedValuesAsync() Returns any
HasNamedValues()
Section titled "HasNamedValues()"Inherited from: IgbDefinitionBase
public bool HasNamedValues() Returns any
HasNamedValueAsync(string)
Section titled "HasNamedValueAsync(string)"Inherited from: IgbDefinitionBase
Returns if this definition has a named value with a given name.
public Task<bool> HasNamedValueAsync(string valueName) Parameters
- valueName:
string
Returns any
HasNamedValue(string)
Section titled "HasNamedValue(string)"Inherited from: IgbDefinitionBase
public bool HasNamedValue(string valueName) Parameters
- valueName:
string
Returns any
RemoveNamedValueAsync(string)
Section titled "RemoveNamedValueAsync(string)"Inherited from: IgbDefinitionBase
Removes the named value from this definition by name.
public Task RemoveNamedValueAsync(string valueName) Parameters
- valueName:
string
Returns any
RemoveNamedValue(string)
Section titled "RemoveNamedValue(string)"Inherited from: IgbDefinitionBase
public void RemoveNamedValue(string valueName) Parameters
- valueName:
string
Returns any
GetNamedValueAsync(string)
Section titled "GetNamedValueAsync(string)"Inherited from: IgbDefinitionBase
Gets the value for a named value from this definition.
public Task<object> GetNamedValueAsync(string valueName) Parameters
- valueName:
string
Returns any
GetNamedValue(string)
Section titled "GetNamedValue(string)"Inherited from: IgbDefinitionBase
public object GetNamedValue(string valueName) Parameters
- valueName:
string
Returns any
EnsureModulesLoaded()
Section titled "EnsureModulesLoaded()"Inherited from: BaseRendererElement
protected virtual void EnsureModulesLoaded() Returns any
BuildRenderTree(RenderTreeBuilder)
Section titled "BuildRenderTree(RenderTreeBuilder)"Inherited from: BaseRendererElement
protected override void BuildRenderTree(RenderTreeBuilder builder) Parameters
- builder:
RenderTreeBuilder
Returns any
OnElementNameChanged(BaseRendererElement, string, string)
Section titled "OnElementNameChanged(BaseRendererElement, string, string)"Inherited from: BaseRendererElement
protected void OnElementNameChanged(BaseRendererElement element, string oldName, string newName) Parameters
- element:
BaseRendererElement - oldName:
string - newName:
string
Returns any
InvokeMethod(string, object[], string[], ElementReference[])
Section titled "InvokeMethod(string, object[], string[], ElementReference[])"Inherited from: BaseRendererElement
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: BaseRendererElement
protected object InvokeMethodSync(string methodName, object[] arguments, string[] types, ElementReference[] nativeElements = null) Parameters
- methodName:
string - arguments:
object[] - types:
string[] - nativeElements:
ElementReference[]
Returns any
InvokeMethodHelper(string, string, object[], string[], ElementReference[])
Section titled "InvokeMethodHelper(string, string, object[], string[], ElementReference[])"Inherited from: BaseRendererElement
protected Task<object> InvokeMethodHelper(string target, string methodName, object[] arguments, string[] types, ElementReference[] nativeElements) Parameters
- target:
string - methodName:
string - arguments:
object[] - types:
string[] - nativeElements:
ElementReference[]
Returns any
InvokeMethodHelperSync(string, string, object[], string[], ElementReference[])
Section titled "InvokeMethodHelperSync(string, string, object[], string[], ElementReference[])"Inherited from: BaseRendererElement
protected object InvokeMethodHelperSync(string target, string methodName, object[] arguments, string[] types, ElementReference[] nativeElements) Parameters
- target:
string - methodName:
string - arguments:
object[] - types:
string[] - nativeElements:
ElementReference[]
Returns any
IsPropDirty(string)
Section titled "IsPropDirty(string)"Inherited from: BaseRendererElement
protected bool IsPropDirty(string propertyName) Parameters
- propertyName:
string
Returns any
Serialize(SerializationContext, string)
Section titled "Serialize(SerializationContext, string)"Inherited from: BaseRendererElement
public void Serialize(SerializationContext context, string propertyName = null) Parameters
- context:
SerializationContext - propertyName:
string
Returns any
Serialize()
Section titled "Serialize()"Inherited from: BaseRendererElement
public string Serialize() Returns any
EnsureValid()
Section titled "EnsureValid()"Inherited from: BaseRendererElement
protected void EnsureValid() Returns any
SetResourceStringAsync(string, string, string)
Section titled "SetResourceStringAsync(string, string, string)"Inherited from: BaseRendererElement
protected 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: BaseRendererElement
protected Task<object> SetResourceStringAsync(string grouping, string json) Parameters
- grouping:
string - json:
string
Returns any
ApplyCustomFilter(string, int, object)
Section titled "ApplyCustomFilter(string, int, object)"public virtual void ApplyCustomFilter(string filterID, int index, object value) Parameters
- filterID:
string - index:
int - value:
object
Returns any
ApplyCustomFilterAsync(string, int, object)
Section titled "ApplyCustomFilterAsync(string, int, object)"public virtual Task ApplyCustomFilterAsync(string filterID, int index, object value) Parameters
- filterID:
string - index:
int - value:
object
Returns any
Dispose()
Section titled "Dispose()"public void Dispose() Returns any
FindByName(string)
Section titled "FindByName(string)"public override object FindByName(string name) Parameters
- name:
string
Returns any
FromEventJson(BaseRendererControl, Dictionary<string, object>)
Section titled "FromEventJson(BaseRendererControl, Dictionary<string, object>)"protected override void FromEventJson(BaseRendererControl control, Dictionary<string, object> args) Parameters
- control:
BaseRendererControl - args:
Dictionary
Returns any
GetCurrentActualHeaderText()
Section titled "GetCurrentActualHeaderText()"public string GetCurrentActualHeaderText() Returns any
GetCurrentActualHeaderTextAsync()
Section titled "GetCurrentActualHeaderTextAsync()"public Task<string> GetCurrentActualHeaderTextAsync() Returns any
GetNamedHeaderValue(string)
Section titled "GetNamedHeaderValue(string)"public object GetNamedHeaderValue(string valueName) Parameters
- valueName:
string
Returns any
GetNamedHeaderValueAsync(string)
Section titled "GetNamedHeaderValueAsync(string)"Gets the value of a named header value for this column by name.
public Task<object> GetNamedHeaderValueAsync(string valueName) Parameters
- valueName:
string
Returns any
GetUniqueKey()
Section titled "GetUniqueKey()"public string GetUniqueKey() Returns any
GetUniqueKeyAsync()
Section titled "GetUniqueKeyAsync()"Get the unique key used to identify this column.
public Task<string> GetUniqueKeyAsync() Returns any
HasNamedHeaderValue(string)
Section titled "HasNamedHeaderValue(string)"public bool HasNamedHeaderValue(string valueName) Parameters
- valueName:
string
Returns any
HasNamedHeaderValueAsync(string)
Section titled "HasNamedHeaderValueAsync(string)"Returns if there is a named header value with a given name.
public Task<bool> HasNamedHeaderValueAsync(string valueName) Parameters
- valueName:
string
Returns any
HasNamedHeaderValues()
Section titled "HasNamedHeaderValues()"public bool HasNamedHeaderValues() Returns any
HasNamedHeaderValuesAsync()
Section titled "HasNamedHeaderValuesAsync()"Returns if the column has named header values.
public Task<bool> HasNamedHeaderValuesAsync() Returns any
OnInitializedAsync()
Section titled "OnInitializedAsync()"protected override Task OnInitializedAsync() Returns any
RemoveNamedHeaderValue(string)
Section titled "RemoveNamedHeaderValue(string)"public void RemoveNamedHeaderValue(string valueName) Parameters
- valueName:
string
Returns any
RemoveNamedHeaderValueAsync(string)
Section titled "RemoveNamedHeaderValueAsync(string)"Removes a named header value with the given name from the named header values for this column.
public Task RemoveNamedHeaderValueAsync(string valueName) Parameters
- valueName:
string
Returns any
SetNamedHeaderValue(string, CellPropertyAnimationType, object)
Section titled "SetNamedHeaderValue(string, CellPropertyAnimationType, object)"public void SetNamedHeaderValue(string valueName, CellPropertyAnimationType animationType, object value) Parameters
- valueName:
string - animationType:
CellPropertyAnimationType - value:
object
Returns any
SetNamedHeaderValueAsync(string, CellPropertyAnimationType, object)
Section titled "SetNamedHeaderValueAsync(string, CellPropertyAnimationType, object)"public Task SetNamedHeaderValueAsync(string valueName, CellPropertyAnimationType animationType, object value) Parameters
- valueName:
string - animationType:
CellPropertyAnimationType - value:
object
Returns any
ToEventJson(BaseRendererControl, Dictionary<string, object>)
Section titled "ToEventJson(BaseRendererControl, Dictionary<string, object>)"protected override void ToEventJson(BaseRendererControl control, Dictionary<string, object> args) Parameters
- control:
BaseRendererControl - args:
Dictionary
Returns any
Events
Section titled "Events"ActualHeaderTextChanged
Section titled "ActualHeaderTextChanged"[Parameter]
public EventCallback<string> ActualHeaderTextChanged { get; set; } ActualHeaderTextChangedScript
Section titled "ActualHeaderTextChangedScript"[Parameter]
public string ActualHeaderTextChangedScript { get; set; }