A column for displaying date/time values.
Inheritance
object
- IComponent
- IHandleEvent
- IHandleAfterRender
- JsonSerializable
- IDisposable
Constructors
Section titled "Constructors"constructor
public IgbDateTimeColumn() Returns IgbDateTimeColumn
Properties
Section titled "Properties"DataGridParent
Section titled "DataGridParent"Inherited from: IgbDataGridColumn
[CascadingParameter(Name = "DataGridParent")]
protected BaseRendererControl DataGridParent { get; set; } PaddingLeft
Section titled "PaddingLeft"Inherited from: IgbDataGridColumn
Gets or sets the amount of left padding to use for the cell content for this column.
[Parameter]
public int PaddingLeft { get; set; } PaddingTop
Section titled "PaddingTop"Inherited from: IgbDataGridColumn
Gets or sets the amount of top padding to use for the cell content for this column.
[Parameter]
public int PaddingTop { get; set; } PaddingRight
Section titled "PaddingRight"Inherited from: IgbDataGridColumn
Gets or sets the amount of right padding to use for the cell content of this column.
[Parameter]
public int PaddingRight { get; set; } PaddingBottom
Section titled "PaddingBottom"Inherited from: IgbDataGridColumn
Gets or sets the amount of bottom padding to use for the cell content of this column.
[Parameter]
public int PaddingBottom { get; set; } Field
Section titled "Field"Inherited from: IgbDataGridColumn
Gets or sets the key used for the column binding
[Parameter]
public string Field { get; set; } HeaderText
Section titled "HeaderText"Inherited from: IgbDataGridColumn
Gets or sets the text displayed in the header of the column
[Parameter]
public string HeaderText { get; set; } ActualHeaderText
Section titled "ActualHeaderText"Inherited from: IgbDataGridColumn
Gets the actual text displayed in the header of the column
[Parameter]
public string ActualHeaderText { get; set; } SelectedBackground
Section titled "SelectedBackground"Inherited from: IgbDataGridColumn
Gets or sets the background color to use for the cells when they are selected
[Parameter]
public string SelectedBackground { get; set; } ActualSelectedBackground
Section titled "ActualSelectedBackground"Inherited from: IgbDataGridColumn
Gets the actual background color that is used for the cells when they are selected
[Parameter]
public string ActualSelectedBackground { get; set; } SelectedTextColor
Section titled "SelectedTextColor"Inherited from: IgbDataGridColumn
Gets or sets the text color to use for the cells when they are selected
[Parameter]
public string SelectedTextColor { get; set; } ActualSelectedTextColor
Section titled "ActualSelectedTextColor"Inherited from: IgbDataGridColumn
Gets the actual text color that is used for the cells when they are selected
[Parameter]
public string ActualSelectedTextColor { get; set; } RowHoverBackground
Section titled "RowHoverBackground"Inherited from: IgbDataGridColumn
Gets or sets the background color to use for the cells when the row is hovered.
[Parameter]
public string RowHoverBackground { get; set; } ActualHoverBackground
Section titled "ActualHoverBackground"Inherited from: IgbDataGridColumn
Gets the actual background color that is used for the cells when they are hovered.
[Parameter]
public string ActualHoverBackground { get; set; } RowHoverTextColor
Section titled "RowHoverTextColor"Inherited from: IgbDataGridColumn
Gets or sets the text color to use for the cells when the row is hovered.
[Parameter]
public string RowHoverTextColor { get; set; } ActualRowHoverTextColor
Section titled "ActualRowHoverTextColor"Inherited from: IgbDataGridColumn
Gets the actual text color that is used for the cells when they are hovered.
[Parameter]
public string ActualRowHoverTextColor { get; set; } AnimationSettings
Section titled "AnimationSettings"Inherited from: IgbDataGridColumn
Gets or sets the animation settings to use for this column.
[Parameter]
public IgbGridColumnAnimationSettings AnimationSettings { get; set; } Width
Section titled "Width"Inherited from: IgbDataGridColumn
Gets or sets the width to use for this column.
[Parameter]
public IgbColumnWidth Width { get; set; } MinWidth
Section titled "MinWidth"Inherited from: IgbDataGridColumn
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; } IsFromMarkup
Section titled "IsFromMarkup"Inherited from: IgbDataGridColumn
Gets whether this column was projected from markup/templates and is constrained.
[Parameter]
public bool IsFromMarkup { get; set; } IsAutoGenerated
Section titled "IsAutoGenerated"Inherited from: IgbDataGridColumn
Gets whether this column was auto generated.
[Parameter]
public bool IsAutoGenerated { get; set; } Filter
Section titled "Filter"Inherited from: IgbDataGridColumn
Gets or sets a filter to apply on the values of this column
[Parameter]
public IgbColumnFilterCondition Filter { get; set; } FilterExpression
Section titled "FilterExpression"Inherited from: IgbDataGridColumn
Gets or sets a filter to apply to the values of this column.
[Parameter]
public IgbFilterExpression FilterExpression { get; set; } Header
Section titled "Header"Inherited from: IgbDataGridColumn
Gets or sets the header definition for this column.
[Parameter]
public IgbHeader Header { get; set; } IsFilteringEnabled
Section titled "IsFilteringEnabled"Inherited from: IgbDataGridColumn
Gets or sets whether filtering is enabled for this column.
[Parameter]
public bool IsFilteringEnabled { get; set; } IsResizingEnabled
Section titled "IsResizingEnabled"Inherited from: IgbDataGridColumn
Gets or sets whether resizing is enabled for this column.
[Parameter]
public bool IsResizingEnabled { get; set; } IsSortingEnabled
Section titled "IsSortingEnabled"Inherited from: IgbDataGridColumn
Gets or sets whether sorting is enabled for this column from the UI.
[Parameter]
public bool IsSortingEnabled { get; set; } IsHidden
Section titled "IsHidden"Inherited from: IgbDataGridColumn
Gets or sets whether or not a column is hidden from the grid
[Parameter]
public bool IsHidden { get; set; } ShouldRemoveWhenHidden
Section titled "ShouldRemoveWhenHidden"Inherited from: IgbDataGridColumn
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"Inherited from: IgbDataGridColumn
Gets the current sort direction (None, Ascending, Descending) for this column.
[Parameter]
public ColumnSortDirection SortDirection { get; set; } Pinned
Section titled "Pinned"Inherited from: IgbDataGridColumn
Gets or sets the current fixed position for this column.
[Parameter]
public PinnedPositions Pinned { get; set; } ActualColumnOptionsIconAlignment
Section titled "ActualColumnOptionsIconAlignment"Inherited from: IgbDataGridColumn
Gets the actual column options icon alignment for this column.
[Parameter]
public ColumnOptionsIconAlignment ActualColumnOptionsIconAlignment { get; set; } ColumnOptionsIconAlignment
Section titled "ColumnOptionsIconAlignment"Inherited from: IgbDataGridColumn
Gets or sets whether the column options icon is aligned opposite the header text or not.
[Parameter]
public ColumnOptionsIconAlignment ColumnOptionsIconAlignment { get; set; } ActualColumnOptionsIconColor
Section titled "ActualColumnOptionsIconColor"Inherited from: IgbDataGridColumn
Gets the actual column options icon color for this column.
[Parameter]
public string ActualColumnOptionsIconColor { get; set; } ColumnOptionsIconColor
Section titled "ColumnOptionsIconColor"Inherited from: IgbDataGridColumn
Gets or sets the column options icon color for this column.
[Parameter]
public string ColumnOptionsIconColor { get; set; } ColumnOptionsIconBehavior
Section titled "ColumnOptionsIconBehavior"Inherited from: IgbDataGridColumn
Gets or sets how the column option icon will behave in the column header.
[Parameter]
public ColumnOptionsIconBehavior ColumnOptionsIconBehavior { get; set; } ActualColumnOptionsIconBehavior
Section titled "ActualColumnOptionsIconBehavior"Inherited from: IgbDataGridColumn
Gets or sets how the column option icon will behave in the column header.
[Parameter]
public ColumnOptionsIconBehavior ActualColumnOptionsIconBehavior { get; set; } ActualIsColumnOptionsEnabled
Section titled "ActualIsColumnOptionsEnabled"Inherited from: IgbDataGridColumn
Gets the actual state of the column options for this column.
[Parameter]
public bool ActualIsColumnOptionsEnabled { get; set; } IsColumnOptionsEnabled
Section titled "IsColumnOptionsEnabled"Inherited from: IgbDataGridColumn
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; } ActualIsColumnOptionsSummariesEnabled
Section titled "ActualIsColumnOptionsSummariesEnabled"Inherited from: IgbDataGridColumn
Gets the actual state of summaries menu in the column options for this column.
[Parameter]
public bool ActualIsColumnOptionsSummariesEnabled { get; set; } IsColumnOptionsSummariesEnabled
Section titled "IsColumnOptionsSummariesEnabled"Inherited from: IgbDataGridColumn
Gets or sets whether to show the summaries option in the column options menu for this column.
[Parameter]
public bool IsColumnOptionsSummariesEnabled { get; set; } ActualIsColumnOptionsGroupingEnabled
Section titled "ActualIsColumnOptionsGroupingEnabled"Inherited from: IgbDataGridColumn
Gets the actual state of grouping menu in the column options for this column.
[Parameter]
public bool ActualIsColumnOptionsGroupingEnabled { get; set; } IsColumnOptionsGroupingEnabled
Section titled "IsColumnOptionsGroupingEnabled"Inherited from: IgbDataGridColumn
Gets or sets whether to show the grouping option in the column options menu for this column.
[Parameter]
public bool IsColumnOptionsGroupingEnabled { get; set; } ActualColumnOptionsBackground
Section titled "ActualColumnOptionsBackground"Inherited from: IgbDataGridColumn
Gets or sets the column options dropdown background color.
[Parameter]
public string ActualColumnOptionsBackground { get; set; } ColumnOptionsBackground
Section titled "ColumnOptionsBackground"Inherited from: IgbDataGridColumn
Gets or sets the column options dropdown background color.
[Parameter]
public string ColumnOptionsBackground { get; set; } ActualColumnOptionsScrollbarBackground
Section titled "ActualColumnOptionsScrollbarBackground"Inherited from: IgbDataGridColumn
Gets the resolved scrollbar background color for checkbox lists in the column options dialog.
[Parameter]
public string ActualColumnOptionsScrollbarBackground { get; set; } ColumnOptionsScrollbarBackground
Section titled "ColumnOptionsScrollbarBackground"Inherited from: IgbDataGridColumn
Gets or sets the scrollbar background color for checkbox lists in this column's options dialog.
[Parameter]
public string ColumnOptionsScrollbarBackground { get; set; } ActualColumnOptionsScrollbarHoverBackground
Section titled "ActualColumnOptionsScrollbarHoverBackground"Inherited from: IgbDataGridColumn
Gets the resolved scrollbar thumb hover background color for checkbox lists in the column options dialog.
[Parameter]
public string ActualColumnOptionsScrollbarHoverBackground { get; set; } ColumnOptionsScrollbarHoverBackground
Section titled "ColumnOptionsScrollbarHoverBackground"Inherited from: IgbDataGridColumn
Gets or sets the scrollbar thumb hover background color for checkbox lists in this column's options dialog.
[Parameter]
public string ColumnOptionsScrollbarHoverBackground { get; set; } ActualColumnOptionsScrollbarActiveBackground
Section titled "ActualColumnOptionsScrollbarActiveBackground"Inherited from: IgbDataGridColumn
Gets the resolved scrollbar thumb active (dragging) background color for checkbox lists in the column options dialog.
[Parameter]
public string ActualColumnOptionsScrollbarActiveBackground { get; set; } ColumnOptionsScrollbarActiveBackground
Section titled "ColumnOptionsScrollbarActiveBackground"Inherited from: IgbDataGridColumn
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; } ActualColumnOptionsTextColor
Section titled "ActualColumnOptionsTextColor"Inherited from: IgbDataGridColumn
Gets or sets the text color for text inside the column options menu.
[Parameter]
public string ActualColumnOptionsTextColor { get; set; } ColumnOptionsTextColor
Section titled "ColumnOptionsTextColor"Inherited from: IgbDataGridColumn
Gets or sets the text color for text inside the column options menu.
[Parameter]
public string ColumnOptionsTextColor { get; set; } ColumnOptionsFontFamily
Section titled "ColumnOptionsFontFamily"Inherited from: IgbDataGridColumn
[Parameter]
public string ColumnOptionsFontFamily { get; set; } ColumnOptionsFontSize
Section titled "ColumnOptionsFontSize"Inherited from: IgbDataGridColumn
[Parameter]
public double ColumnOptionsFontSize { get; set; } ColumnOptionsFontStyle
Section titled "ColumnOptionsFontStyle"Inherited from: IgbDataGridColumn
[Parameter]
public string ColumnOptionsFontStyle { get; set; } ColumnOptionsFontWeight
Section titled "ColumnOptionsFontWeight"Inherited from: IgbDataGridColumn
[Parameter]
public string ColumnOptionsFontWeight { get; set; } ActualColumnOptionsHoverBackgroundColor
Section titled "ActualColumnOptionsHoverBackgroundColor"Inherited from: IgbDataGridColumn
[Parameter]
public string ActualColumnOptionsHoverBackgroundColor { get; set; } ColumnOptionsHoverBackgroundColor
Section titled "ColumnOptionsHoverBackgroundColor"Inherited from: IgbDataGridColumn
[Parameter]
public string ColumnOptionsHoverBackgroundColor { get; set; } ActualColumnOptionsToolTipBackgroundColor
Section titled "ActualColumnOptionsToolTipBackgroundColor"Inherited from: IgbDataGridColumn
[Parameter]
public string ActualColumnOptionsToolTipBackgroundColor { get; set; } ColumnOptionsToolTipBackgroundColor
Section titled "ColumnOptionsToolTipBackgroundColor"Inherited from: IgbDataGridColumn
[Parameter]
public string ColumnOptionsToolTipBackgroundColor { get; set; } ActualColumnOptionsToolTipTextColor
Section titled "ActualColumnOptionsToolTipTextColor"Inherited from: IgbDataGridColumn
[Parameter]
public string ActualColumnOptionsToolTipTextColor { get; set; } ColumnOptionsToolTipTextColor
Section titled "ColumnOptionsToolTipTextColor"Inherited from: IgbDataGridColumn
[Parameter]
public string ColumnOptionsToolTipTextColor { get; set; } ActualColumnOptionsHighlightColor
Section titled "ActualColumnOptionsHighlightColor"Inherited from: IgbDataGridColumn
[Parameter]
public string ActualColumnOptionsHighlightColor { get; set; } ColumnOptionsHighlightColor
Section titled "ColumnOptionsHighlightColor"Inherited from: IgbDataGridColumn
[Parameter]
public string ColumnOptionsHighlightColor { get; set; } ActualColumnOptionsSeparatorColor
Section titled "ActualColumnOptionsSeparatorColor"Inherited from: IgbDataGridColumn
Gets or sets the color of separators inside the column options menu.
[Parameter]
public string ActualColumnOptionsSeparatorColor { get; set; } ColumnOptionsSeparatorColor
Section titled "ColumnOptionsSeparatorColor"Inherited from: IgbDataGridColumn
Gets or sets the color of separators inside the column options menu.
[Parameter]
public string ColumnOptionsSeparatorColor { get; set; } ActualColumnOptionsGroupHeaderBackground
Section titled "ActualColumnOptionsGroupHeaderBackground"Inherited from: IgbDataGridColumn
Gets or sets the background color for group headers inside the column options menu.
[Parameter]
public string ActualColumnOptionsGroupHeaderBackground { get; set; } ColumnOptionsGroupHeaderBackground
Section titled "ColumnOptionsGroupHeaderBackground"Inherited from: IgbDataGridColumn
Gets or sets the background color for group headers inside the column options menu.
[Parameter]
public string ColumnOptionsGroupHeaderBackground { get; set; } ActualColumnOptionsGroupHeaderTextColor
Section titled "ActualColumnOptionsGroupHeaderTextColor"Inherited from: IgbDataGridColumn
Gets the actual text color for group headers inside the column options menu.
[Parameter]
public string ActualColumnOptionsGroupHeaderTextColor { get; set; } ColumnOptionsGroupHeaderTextColor
Section titled "ColumnOptionsGroupHeaderTextColor"Inherited from: IgbDataGridColumn
Gets or sets the text color for group headers inside the column options menu.
[Parameter]
public string ColumnOptionsGroupHeaderTextColor { get; set; } ColumnOptionsGroupHeaderFontFamily
Section titled "ColumnOptionsGroupHeaderFontFamily"Inherited from: IgbDataGridColumn
[Parameter]
public string ColumnOptionsGroupHeaderFontFamily { get; set; } ColumnOptionsGroupHeaderFontSize
Section titled "ColumnOptionsGroupHeaderFontSize"Inherited from: IgbDataGridColumn
[Parameter]
public double ColumnOptionsGroupHeaderFontSize { get; set; } ColumnOptionsGroupHeaderFontStyle
Section titled "ColumnOptionsGroupHeaderFontStyle"Inherited from: IgbDataGridColumn
[Parameter]
public string ColumnOptionsGroupHeaderFontStyle { get; set; } ColumnOptionsGroupHeaderFontWeight
Section titled "ColumnOptionsGroupHeaderFontWeight"Inherited from: IgbDataGridColumn
[Parameter]
public string ColumnOptionsGroupHeaderFontWeight { get; set; } ActualColumnOptionsAccentColor
Section titled "ActualColumnOptionsAccentColor"Inherited from: IgbDataGridColumn
[Parameter]
public string ActualColumnOptionsAccentColor { get; set; } ColumnOptionsAccentColor
Section titled "ColumnOptionsAccentColor"Inherited from: IgbDataGridColumn
[Parameter]
public string ColumnOptionsAccentColor { get; set; } ActualColumnOptionsRowHeight
Section titled "ActualColumnOptionsRowHeight"Inherited from: IgbDataGridColumn
[Parameter]
public int ActualColumnOptionsRowHeight { get; set; } ColumnOptionsRowHeight
Section titled "ColumnOptionsRowHeight"Inherited from: IgbDataGridColumn
[Parameter]
public int ColumnOptionsRowHeight { get; set; } IsEditable
Section titled "IsEditable"Inherited from: IgbDataGridColumn
Gets or sets if the column is editable.
[Parameter]
public bool IsEditable { get; set; } DeletedTextColor
Section titled "DeletedTextColor"Inherited from: IgbDataGridColumn
Gets or sets the text color used for deleted rows.
[Parameter]
public string DeletedTextColor { get; set; } ActualDeletedTextColor
Section titled "ActualDeletedTextColor"Inherited from: IgbDataGridColumn
Gets the actual text color used for deleted rows.
[Parameter]
public string ActualDeletedTextColor { get; set; } EditOpacity
Section titled "EditOpacity"Inherited from: IgbDataGridColumn
Gets or sets the opacity to use for unsaved edited cell values.
[Parameter]
public double EditOpacity { get; set; } ActualEditOpacity
Section titled "ActualEditOpacity"Inherited from: IgbDataGridColumn
Gets the actual opacity for unsaved edited cell values.
[Parameter]
public double ActualEditOpacity { get; set; } EditFontFamily
Section titled "EditFontFamily"Inherited from: IgbDataGridColumn
[Parameter]
public string EditFontFamily { get; set; } EditFontSize
Section titled "EditFontSize"Inherited from: IgbDataGridColumn
[Parameter]
public double EditFontSize { get; set; } EditFontStyle
Section titled "EditFontStyle"Inherited from: IgbDataGridColumn
[Parameter]
public string EditFontStyle { get; set; } EditFontWeight
Section titled "EditFontWeight"Inherited from: IgbDataGridColumn
[Parameter]
public string EditFontWeight { get; set; } MergedCellMode
Section titled "MergedCellMode"Inherited from: IgbDataGridColumn
Gets or sets if and how cell merging is performed for this field.
[Parameter]
public MergedCellMode MergedCellMode { get; set; } MergedCellEvaluationCriteria
Section titled "MergedCellEvaluationCriteria"Inherited from: IgbDataGridColumn
Gets or sets how cells are evaluated for merging.
[Parameter]
public MergedCellEvaluationCriteria MergedCellEvaluationCriteria { get; set; } MergedCellVerticalAlignment
Section titled "MergedCellVerticalAlignment"Inherited from: IgbDataGridColumn
Gets or sets the vertical alignment to use for the merged cell content.
[Parameter]
public CellContentVerticalAlignment MergedCellVerticalAlignment { get; set; } MergedCellPaddingLeft
Section titled "MergedCellPaddingLeft"Inherited from: IgbDataGridColumn
Gets or sets the amount of left padding to use for the cell content for this column.
[Parameter]
public int MergedCellPaddingLeft { get; set; } MergedCellPaddingTop
Section titled "MergedCellPaddingTop"Inherited from: IgbDataGridColumn
Gets or sets the amount of top padding to use for the cell content for this column.
[Parameter]
public int MergedCellPaddingTop { get; set; } MergedCellPaddingRight
Section titled "MergedCellPaddingRight"Inherited from: IgbDataGridColumn
Gets or sets the amount of right padding to use for the cell content of this column.
[Parameter]
public int MergedCellPaddingRight { get; set; } MergedCellPaddingBottom
Section titled "MergedCellPaddingBottom"Inherited from: IgbDataGridColumn
Gets or sets the amount of bottom padding to use for the cell content of this column.
[Parameter]
public int MergedCellPaddingBottom { get; set; } FilterComparisonType
Section titled "FilterComparisonType"Inherited from: IgbDataGridColumn
Gets or sets whether UI filters are case sensitive or not.
[Parameter]
public FilterComparisonType FilterComparisonType { get; set; } FilterOperands
Section titled "FilterOperands"Inherited from: IgbDataGridColumn
Gets a list of the current custom filters for this column.
public IgbGridFilterOperandsCollection FilterOperands { get; protected set; } SuffixText
Section titled "SuffixText"Inherited from: IgbDataGridColumn
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"Inherited from: IgbDataGridColumn
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"Inherited from: IgbDataGridColumn
[Parameter]
public string SuffixTextFontFamily { get; set; } SuffixTextFontSize
Section titled "SuffixTextFontSize"Inherited from: IgbDataGridColumn
[Parameter]
public double SuffixTextFontSize { get; set; } SuffixTextFontStyle
Section titled "SuffixTextFontStyle"Inherited from: IgbDataGridColumn
[Parameter]
public string SuffixTextFontStyle { get; set; } SuffixTextFontWeight
Section titled "SuffixTextFontWeight"Inherited from: IgbDataGridColumn
[Parameter]
public string SuffixTextFontWeight { get; set; } SuffixIconName
Section titled "SuffixIconName"Inherited from: IgbDataGridColumn
Gets or sets the icon to use in the suffix area of the cells in this column.
[Parameter]
public string SuffixIconName { get; set; } SuffixIconCollectionName
Section titled "SuffixIconCollectionName"Inherited from: IgbDataGridColumn
Gets or sets the icon to use in the suffix area of the cells in this column.
[Parameter]
public string SuffixIconCollectionName { get; set; } SuffixIconStroke
Section titled "SuffixIconStroke"Inherited from: IgbDataGridColumn
Gets or sets the stroke color of suffix icon.
[Parameter]
public string SuffixIconStroke { get; set; } SuffixIconFill
Section titled "SuffixIconFill"Inherited from: IgbDataGridColumn
Gets or sets the fill color of suffix icon.
[Parameter]
public string SuffixIconFill { get; set; } SuffixIconViewBoxLeft
Section titled "SuffixIconViewBoxLeft"Inherited from: IgbDataGridColumn
Gets or sets the suffix icon's viewbox x coordinate.
[Parameter]
public double SuffixIconViewBoxLeft { get; set; } SuffixIconViewBoxTop
Section titled "SuffixIconViewBoxTop"Inherited from: IgbDataGridColumn
Gets or sets the suffix icon's viewbox y coordinate.
[Parameter]
public double SuffixIconViewBoxTop { get; set; } SuffixIconViewBoxWidth
Section titled "SuffixIconViewBoxWidth"Inherited from: IgbDataGridColumn
Gets or sets the suffix icon's viewbox width.
[Parameter]
public double SuffixIconViewBoxWidth { get; set; } SuffixIconViewBoxHeight
Section titled "SuffixIconViewBoxHeight"Inherited from: IgbDataGridColumn
Gets or sets the suffix icon's viewbox height.
[Parameter]
public double SuffixIconViewBoxHeight { get; set; } SuffixMargin
Section titled "SuffixMargin"Inherited from: IgbDataGridColumn
Gets or sets the suffix margin.
[Parameter]
public double SuffixMargin { get; set; } TextDecoration
Section titled "TextDecoration"Inherited from: IgbDataGridColumn
Gets or sets the text decoration to apply to cells in this column.
[Parameter]
public TextCellDecoration TextDecoration { get; set; } FormatCellScript
Section titled "FormatCellScript"Inherited from: IgbDataGridColumn
[Parameter]
public string FormatCellScript { get; set; } FormatCell
Section titled "FormatCell"Inherited from: IgbDataGridColumn
[Parameter]
public Action<IgbFormatCellEventArgs> FormatCell { get; set; } 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; } ActualEditorDataSource
Section titled "ActualEditorDataSource"public IgbBaseDataSource ActualEditorDataSource { get; } ActualFormatSpecifiers
Section titled "ActualFormatSpecifiers"public IgbFormatSpecifierCollection ActualFormatSpecifiers { get; } ContentFormatSpecifiers
Section titled "ContentFormatSpecifiers"public IgbFormatSpecifierCollection ContentFormatSpecifiers { get; } DateTimeFormat
Section titled "DateTimeFormat"Gets or sets the date time format to use for this column. If FormatString is specificied this value is ignored.
[Parameter]
public DateTimeFormats DateTimeFormat { get; set; } EditorDataSource
Section titled "EditorDataSource"Gets or sets the ComboBox data source.
[Parameter]
[WCWidgetMemberName("editorDataSource")]
public object EditorDataSource { get; set; } EditorDataSourceScript
Section titled "EditorDataSourceScript"Provides a means of setting EditorDataSource in the JavaScript environment.
[Parameter]
public string EditorDataSourceScript { get; set; } EditorFormatString
Section titled "EditorFormatString"Gets or sets the format string to use when editing dates.
[Parameter]
public string EditorFormatString { get; set; } EditorTextField
Section titled "EditorTextField"Gets or sets the ComboBox text field.
[Parameter]
public string EditorTextField { get; set; } EditorType
Section titled "EditorType"Gets or sets the editor type used for editing cells in this column.
[Parameter]
public EditorType EditorType { get; set; } EditorValueField
Section titled "EditorValueField"Gets or sets the ComboBox value field.
[Parameter]
public string EditorValueField { get; set; } FormatOverride
Section titled "FormatOverride"Gets or sets the INTL DateTimeFormat object to use for formatting the date values.
[Parameter]
public object FormatOverride { get; set; } FormatOverrideScript
Section titled "FormatOverrideScript"Provides a means of setting FormatOverride in the JavaScript environment.
[Parameter]
public string FormatOverrideScript { get; set; } FormatSpecifiers
Section titled "FormatSpecifiers"public IgbFormatSpecifierCollection FormatSpecifiers { get; set; } FormatString
Section titled "FormatString"Gets or sets the format string to apply to the value. If set, the other value formatting properties on this column are ignored.
[Parameter]
public string FormatString { get; set; } ParentTypeName
Section titled "ParentTypeName"protected override string ParentTypeName { get; } ShowTodayButton
Section titled "ShowTodayButton"Gets or sets the ShowTodayButton property to detirmine if the today button is shown
[Parameter]
public bool ShowTodayButton { get; set; } public override string Type { get; } 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"Dispose()
Section titled "Dispose()"Inherited from: IgbDataGridColumn
public void Dispose() Returns any
OnInitializedAsync()
Section titled "OnInitializedAsync()"Inherited from: IgbDataGridColumn
protected override Task OnInitializedAsync() Returns any
GetCurrentActualHeaderTextAsync()
Section titled "GetCurrentActualHeaderTextAsync()"Inherited from: IgbDataGridColumn
public Task<string> GetCurrentActualHeaderTextAsync() Returns any
GetCurrentActualHeaderText()
Section titled "GetCurrentActualHeaderText()"Inherited from: IgbDataGridColumn
public string GetCurrentActualHeaderText() Returns any
GetUniqueKeyAsync()
Section titled "GetUniqueKeyAsync()"Inherited from: IgbDataGridColumn
Get the unique key used to identify this column.
public Task<string> GetUniqueKeyAsync() Returns any
GetUniqueKey()
Section titled "GetUniqueKey()"Inherited from: IgbDataGridColumn
public string GetUniqueKey() Returns any
SetNamedHeaderValueAsync(string, CellPropertyAnimationType, object)
Section titled "SetNamedHeaderValueAsync(string, CellPropertyAnimationType, object)"Inherited from: IgbDataGridColumn
public Task SetNamedHeaderValueAsync(string valueName, CellPropertyAnimationType animationType, object value) Parameters
- valueName:
string - animationType:
CellPropertyAnimationType - value:
object
Returns any
SetNamedHeaderValue(string, CellPropertyAnimationType, object)
Section titled "SetNamedHeaderValue(string, CellPropertyAnimationType, object)"Inherited from: IgbDataGridColumn
public void SetNamedHeaderValue(string valueName, CellPropertyAnimationType animationType, object value) Parameters
- valueName:
string - animationType:
CellPropertyAnimationType - value:
object
Returns any
HasNamedHeaderValuesAsync()
Section titled "HasNamedHeaderValuesAsync()"Inherited from: IgbDataGridColumn
Returns if the column has named header values.
public Task<bool> HasNamedHeaderValuesAsync() Returns any
HasNamedHeaderValues()
Section titled "HasNamedHeaderValues()"Inherited from: IgbDataGridColumn
public bool HasNamedHeaderValues() Returns any
HasNamedHeaderValueAsync(string)
Section titled "HasNamedHeaderValueAsync(string)"Inherited from: IgbDataGridColumn
Returns if there is a named header value with a given name.
public Task<bool> HasNamedHeaderValueAsync(string valueName) Parameters
- valueName:
string
Returns any
HasNamedHeaderValue(string)
Section titled "HasNamedHeaderValue(string)"Inherited from: IgbDataGridColumn
public bool HasNamedHeaderValue(string valueName) Parameters
- valueName:
string
Returns any
RemoveNamedHeaderValueAsync(string)
Section titled "RemoveNamedHeaderValueAsync(string)"Inherited from: IgbDataGridColumn
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
RemoveNamedHeaderValue(string)
Section titled "RemoveNamedHeaderValue(string)"Inherited from: IgbDataGridColumn
public void RemoveNamedHeaderValue(string valueName) Parameters
- valueName:
string
Returns any
GetNamedHeaderValueAsync(string)
Section titled "GetNamedHeaderValueAsync(string)"Inherited from: IgbDataGridColumn
Gets the value of a named header value for this column by name.
public Task<object> GetNamedHeaderValueAsync(string valueName) Parameters
- valueName:
string
Returns any
GetNamedHeaderValue(string)
Section titled "GetNamedHeaderValue(string)"Inherited from: IgbDataGridColumn
public object GetNamedHeaderValue(string valueName) Parameters
- valueName:
string
Returns any
ApplyCustomFilterAsync(string, int, object)
Section titled "ApplyCustomFilterAsync(string, int, object)"Inherited from: IgbDataGridColumn
public virtual Task ApplyCustomFilterAsync(string filterID, int index, object value) Parameters
- filterID:
string - index:
int - value:
object
Returns any
ApplyCustomFilter(string, int, object)
Section titled "ApplyCustomFilter(string, int, object)"Inherited from: IgbDataGridColumn
public virtual void ApplyCustomFilter(string filterID, int index, object value) Parameters
- filterID:
string - index:
int - value:
object
Returns any
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
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
BuildRenderTree(RenderTreeBuilder)
Section titled "BuildRenderTree(RenderTreeBuilder)"protected override void BuildRenderTree(RenderTreeBuilder builder) Parameters
- builder:
RenderTreeBuilder
Returns any
EnsureModulesLoaded()
Section titled "EnsureModulesLoaded()"protected override void EnsureModulesLoaded() 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
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; }