Show / Hide Table of Contents

Class IgbGridConditionalStyleProperty

Inheritance
System.Object
BaseRendererElement
IgbGridConditionalStyleProperty
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.ParentTypeName
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 IgbGridConditionalStyleProperty : BaseRendererElement, JsonSerializable

Constructors

IgbGridConditionalStyleProperty()

Declaration
public IgbGridConditionalStyleProperty()

Properties

ActualInputValueExpression

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

ActualMaximumInputValueExpression

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

ActualMinimumInputValueExpression

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

ActualSumInputValueExpression

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

BoolValue

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

BrushValue

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

ColorCollection

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

DateValue

Declaration
public DateTime DateValue { get; set; }
Property Value
Type Description
System.DateTime

DoubleValue

Declaration
public double DoubleValue { get; set; }
Property Value
Type Description
System.Double

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

FontValue

Declaration
public IgbGridConditionalStyleFontInfo FontValue { get; set; }
Property Value
Type Description
IgbGridConditionalStyleFontInfo

InputValueExpression

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

InputValueExpressionString

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

IntValue

Declaration
public int IntValue { get; set; }
Property Value
Type Description
System.Int32

MaximumColor

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

MaximumInputValue

Declaration
public object MaximumInputValue { get; set; }
Property Value
Type Description
System.Object

MaximumInputValueExpression

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

MaximumInputValueExpressionString

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

MaximumInputValueScript

Provides a means of setting MaximumInputValue in the JavaScript environment.

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

MaximumType

Declaration
public GridConditionalStyleBoundType MaximumType { get; set; }
Property Value
Type Description
GridConditionalStyleBoundType

MinimumColor

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

MinimumInputValue

Declaration
public object MinimumInputValue { get; set; }
Property Value
Type Description
System.Object

MinimumInputValueExpression

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

MinimumInputValueExpressionString

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

MinimumInputValueScript

Provides a means of setting MinimumInputValue in the JavaScript environment.

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

MinimumType

Declaration
public GridConditionalStyleBoundType MinimumType { get; set; }
Property Value
Type Description
GridConditionalStyleBoundType

ObjectValue

Declaration
public object ObjectValue { get; set; }
Property Value
Type Description
System.Object

PropertyName

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

ShouldSetValue

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

StringValue

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

StylingType

Declaration
public GridConditionalStylePropertyStylingType StylingType { get; set; }
Property Value
Type Description
GridConditionalStylePropertyStylingType

SumInputValue

Declaration
public object SumInputValue { get; set; }
Property Value
Type Description
System.Object

SumInputValueExpression

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

SumInputValueExpressionString

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

SumInputValueScript

Provides a means of setting SumInputValue in the JavaScript environment.

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

Type

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

ValueCollection

Declaration
public object[] ValueCollection { get; set; }
Property Value
Type Description
System.Object[]

ValueCollectionScript

Provides a means of setting ValueCollection in the JavaScript environment.

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

Methods

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)

Implements

JsonSerializable