Show / Hide Table of Contents

Class IgbGridConditionalStyle

Inheritance
System.Object
BaseRendererElement
IgbGridConditionalStyle
IgbGridCompoundConditionalStyle
Implements
JsonSerializable
Inherited Members
BaseRendererElement._name
BaseRendererElement.eventCallbacksCache
BaseRendererElement._cachedSerializedContent
BaseRendererElement.BuildRenderTree(RenderTreeBuilder)
BaseRendererElement.OnElementNameChanged(BaseRendererElement, String, String)
BaseRendererElement.InvokeMethod(String, Object[], String[], ElementReference[])
BaseRendererElement.InvokeMethodSync(String, Object[], String[], ElementReference[])
BaseRendererElement.InvokeMethodHelper(String, String, Object[], String[], ElementReference[])
BaseRendererElement.InvokeMethodHelperSync(String, String, Object[], String[], ElementReference[])
BaseRendererElement.IsPropDirty(String)
BaseRendererElement.Serialize(SerializationContext, String)
BaseRendererElement.Serialize()
BaseRendererElement.EnsureValid()
BaseRendererElement.FromEventJson(BaseRendererControl, Dictionary<String, Object>)
BaseRendererElement.ToEventJson(BaseRendererControl, Dictionary<String, Object>)
BaseRendererElement.SetResourceStringAsync(String, String, String)
BaseRendererElement.SetResourceStringAsync(String, String)
BaseRendererElement.CompareEventCallbacks<T>(T, T, Dictionary<Type, Dictionary<String, FieldInfo>>)
BaseRendererElement.IgBlazor
BaseRendererElement.IsComponentRooted
BaseRendererElement.UseDirectRender
BaseRendererElement.ChildContent
BaseRendererElement.SupportsVisualChildren
BaseRendererElement.Name
BaseRendererElement.Parent
BaseRendererElement.MethodTarget
BaseRendererElement.CurrParent
Namespace: IgniteUI.Blazor.Controls
Assembly: IgniteUI.Blazor.dll
Syntax
public class IgbGridConditionalStyle : BaseRendererElement, JsonSerializable

Constructors

IgbGridConditionalStyle()

Declaration
public IgbGridConditionalStyle()

Properties

ActualProperties

Declaration
public IgbGridConditionalStylePropertyCollection ActualProperties { get; }
Property Value
Type Description
IgbGridConditionalStylePropertyCollection

Condition

Declaration
public IgbFilterExpression Condition { get; set; }
Property Value
Type Description
IgbFilterExpression

ConditionString

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

ContentProperties

Declaration
public IgbGridConditionalStylePropertyCollection ContentProperties { get; }
Property Value
Type Description
IgbGridConditionalStylePropertyCollection

FilterStringErrorsParsing

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

FilterStringErrorsParsingScript

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

IsFieldMaximumNeeded

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

IsFieldMinimumNeeded

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

IsFieldSumNeeded

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

IsTransitionInEnabled

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

ParentTypeName

Declaration
protected override string ParentTypeName { get; }
Property Value
Type Description
System.String
Overrides
BaseRendererElement.ParentTypeName

Properties

Declaration
public IgbGridConditionalStylePropertyCollection Properties { get; protected set; }
Property Value
Type Description
IgbGridConditionalStylePropertyCollection

PropertyUpdated

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

PropertyUpdatedScript

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

StyleKey

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

Type

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

Methods

ActualNeedsFieldMaximum()

Declaration
public virtual bool ActualNeedsFieldMaximum()
Returns
Type Description
System.Boolean

ActualNeedsFieldMaximumAsync()

Declaration
public virtual Task<bool> ActualNeedsFieldMaximumAsync()
Returns
Type Description
System.Threading.Tasks.Task<System.Boolean>

ActualNeedsFieldMinimum()

Declaration
public virtual bool ActualNeedsFieldMinimum()
Returns
Type Description
System.Boolean

ActualNeedsFieldMinimumAsync()

Declaration
public virtual Task<bool> ActualNeedsFieldMinimumAsync()
Returns
Type Description
System.Threading.Tasks.Task<System.Boolean>

ActualNeedsFieldSum()

Declaration
public virtual bool ActualNeedsFieldSum()
Returns
Type Description
System.Boolean

ActualNeedsFieldSumAsync()

Declaration
public virtual Task<bool> ActualNeedsFieldSumAsync()
Returns
Type Description
System.Threading.Tasks.Task<System.Boolean>

EnsureModulesLoaded()

Declaration
protected override void EnsureModulesLoaded()
Overrides
BaseRendererElement.EnsureModulesLoaded()

FindByName(String)

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

RequiresGlobalValues()

Declaration
public virtual bool RequiresGlobalValues()
Returns
Type Description
System.Boolean

RequiresGlobalValuesAsync()

Declaration
public virtual Task<bool> RequiresGlobalValuesAsync()
Returns
Type Description
System.Threading.Tasks.Task<System.Boolean>

Implements

JsonSerializable