Inheritance
object
ComponentBase
- IComponent
- IHandleEvent
- IHandleAfterRender
- JsonSerializable
Constructors
Section titled "Constructors"constructor
public IgbColumnMovingSeparator() Returns IgbColumnMovingSeparator
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; } ActualOpacity
Section titled "ActualOpacity"[Parameter]
public double ActualOpacity { get; set; } Opacity
Section titled "Opacity"[Parameter]
public double Opacity { get; set; } SeparatorWidth
Section titled "SeparatorWidth"Gets or sets the separator width for this column.
[Parameter]
public int SeparatorWidth { 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"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
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
FromEventJson(BaseRendererControl, Dictionary<string, object>)
Section titled "FromEventJson(BaseRendererControl, Dictionary<string, object>)"Inherited from: BaseRendererElement
protected virtual 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>)"Inherited from: BaseRendererElement
protected virtual void ToEventJson(BaseRendererControl control, Dictionary<string, object> args) Parameters
- control:
BaseRendererControl - args:
Dictionary
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
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