Inheritance
object
ComponentBase
- IComponent
- IHandleEvent
- IHandleAfterRender
- JsonSerializable
Constructors
Section titled "Constructors"constructor
public IgbGridConditionalStyleProperty() Returns IgbGridConditionalStyleProperty
Properties
Section titled "Properties"IgBlazor
Section titled "IgBlazor"Inherited from: BaseRendererElement
[Inject]
protected IIgniteUIBlazor IgBlazor { get; set; } IsComponentRooted
Section titled "IsComponentRooted"Inherited from: BaseRendererElement
public bool IsComponentRooted { get; } ParentTypeName
Section titled "ParentTypeName"Inherited from: BaseRendererElement
protected virtual string ParentTypeName { 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; } ActualInputValueExpression
Section titled "ActualInputValueExpression"[Parameter]
public IgbFilterExpression ActualInputValueExpression { get; set; } ActualMaximumInputValueExpression
Section titled "ActualMaximumInputValueExpression"[Parameter]
public IgbFilterExpression ActualMaximumInputValueExpression { get; set; } ActualMinimumInputValueExpression
Section titled "ActualMinimumInputValueExpression"[Parameter]
public IgbFilterExpression ActualMinimumInputValueExpression { get; set; } ActualSumInputValueExpression
Section titled "ActualSumInputValueExpression"[Parameter]
public IgbFilterExpression ActualSumInputValueExpression { get; set; } BoolValue
Section titled "BoolValue"[Parameter]
public bool BoolValue { get; set; } BrushValue
Section titled "BrushValue"[Parameter]
public string BrushValue { get; set; } ColorCollection
Section titled "ColorCollection"[Parameter]
public string ColorCollection { get; set; } DateValue
Section titled "DateValue"[Parameter]
public DateTime DateValue { get; set; } DoubleValue
Section titled "DoubleValue"[Parameter]
public double DoubleValue { get; set; } FontValue
Section titled "FontValue"[Parameter]
public IgbGridConditionalStyleFontInfo FontValue { get; set; } InputValueExpression
Section titled "InputValueExpression"[Parameter]
public IgbFilterExpression InputValueExpression { get; set; } InputValueExpressionString
Section titled "InputValueExpressionString"[Parameter]
public string InputValueExpressionString { get; set; } IntValue
Section titled "IntValue"[Parameter]
public int IntValue { get; set; } MaximumColor
Section titled "MaximumColor"[Parameter]
public string MaximumColor { get; set; } MaximumInputValue
Section titled "MaximumInputValue"[Parameter]
public object MaximumInputValue { get; set; } MaximumInputValueExpression
Section titled "MaximumInputValueExpression"[Parameter]
public IgbFilterExpression MaximumInputValueExpression { get; set; } MaximumInputValueExpressionString
Section titled "MaximumInputValueExpressionString"[Parameter]
public string MaximumInputValueExpressionString { get; set; } MaximumInputValueScript
Section titled "MaximumInputValueScript"Provides a means of setting MaximumInputValue in the JavaScript environment.
[Parameter]
public string MaximumInputValueScript { get; set; } MaximumType
Section titled "MaximumType"[Parameter]
public GridConditionalStyleBoundType MaximumType { get; set; } MinimumColor
Section titled "MinimumColor"[Parameter]
public string MinimumColor { get; set; } MinimumInputValue
Section titled "MinimumInputValue"[Parameter]
public object MinimumInputValue { get; set; } MinimumInputValueExpression
Section titled "MinimumInputValueExpression"[Parameter]
public IgbFilterExpression MinimumInputValueExpression { get; set; } MinimumInputValueExpressionString
Section titled "MinimumInputValueExpressionString"[Parameter]
public string MinimumInputValueExpressionString { get; set; } MinimumInputValueScript
Section titled "MinimumInputValueScript"Provides a means of setting MinimumInputValue in the JavaScript environment.
[Parameter]
public string MinimumInputValueScript { get; set; } MinimumType
Section titled "MinimumType"[Parameter]
public GridConditionalStyleBoundType MinimumType { get; set; } ObjectValue
Section titled "ObjectValue"[Parameter]
public object ObjectValue { get; set; } PropertyName
Section titled "PropertyName"[Parameter]
public string PropertyName { get; set; } ShouldSetValue
Section titled "ShouldSetValue"[Parameter]
public bool ShouldSetValue { get; set; } StringValue
Section titled "StringValue"[Parameter]
public string StringValue { get; set; } StylingType
Section titled "StylingType"[Parameter]
public GridConditionalStylePropertyStylingType StylingType { get; set; } SumInputValue
Section titled "SumInputValue"[Parameter]
public object SumInputValue { get; set; } SumInputValueExpression
Section titled "SumInputValueExpression"[Parameter]
public IgbFilterExpression SumInputValueExpression { get; set; } SumInputValueExpressionString
Section titled "SumInputValueExpressionString"[Parameter]
public string SumInputValueExpressionString { get; set; } SumInputValueScript
Section titled "SumInputValueScript"Provides a means of setting SumInputValue in the JavaScript environment.
[Parameter]
public string SumInputValueScript { get; set; } public override string Type { get; } ValueCollection
Section titled "ValueCollection"[Parameter]
public object[] ValueCollection { get; set; } ValueCollectionScript
Section titled "ValueCollectionScript"Provides a means of setting ValueCollection in the JavaScript environment.
[Parameter]
public string ValueCollectionScript { 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"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
Returns any
Events
Section titled "Events"FilterStringErrorsParsing
Section titled "FilterStringErrorsParsing"[Parameter]
public EventCallback<IgbGridConditionFilterStringErrorsParsingEventArgs> FilterStringErrorsParsing { get; set; } FilterStringErrorsParsingScript
Section titled "FilterStringErrorsParsingScript"[Parameter]
public string FilterStringErrorsParsingScript { get; set; }