Show / Hide Table of Contents

Class IgbTextIconSetConditionalStyle

Inheritance
System.Object
BaseRendererElement
IgbGridConditionalStyle
IgbGridCompoundConditionalStyle
IgbTextIconSetConditionalStyle
Implements
JsonSerializable
Inherited Members
IgbGridCompoundConditionalStyle.ActualNeedsFieldMaximumAsync()
IgbGridCompoundConditionalStyle.ActualNeedsFieldMaximum()
IgbGridCompoundConditionalStyle.ActualNeedsFieldMinimumAsync()
IgbGridCompoundConditionalStyle.ActualNeedsFieldMinimum()
IgbGridCompoundConditionalStyle.ActualNeedsFieldSumAsync()
IgbGridCompoundConditionalStyle.ActualNeedsFieldSum()
IgbGridConditionalStyle.RequiresGlobalValuesAsync()
IgbGridConditionalStyle.RequiresGlobalValues()
IgbGridConditionalStyle.ParentTypeName
IgbGridConditionalStyle.ContentProperties
IgbGridConditionalStyle.ActualProperties
IgbGridConditionalStyle.StyleKey
IgbGridConditionalStyle.IsTransitionInEnabled
IgbGridConditionalStyle.Properties
IgbGridConditionalStyle.ConditionString
IgbGridConditionalStyle.Condition
IgbGridConditionalStyle.IsFieldMinimumNeeded
IgbGridConditionalStyle.IsFieldMaximumNeeded
IgbGridConditionalStyle.IsFieldSumNeeded
IgbGridConditionalStyle.PropertyUpdatedScript
IgbGridConditionalStyle.PropertyUpdated
IgbGridConditionalStyle.FilterStringErrorsParsingScript
IgbGridConditionalStyle.FilterStringErrorsParsing
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 IgbTextIconSetConditionalStyle : IgbGridCompoundConditionalStyle, JsonSerializable

Constructors

IgbTextIconSetConditionalStyle()

Declaration
public IgbTextIconSetConditionalStyle()

Properties

IconType

Declaration
public TextIconSetBuiltInTypes IconType { get; set; }
Property Value
Type Description
TextIconSetBuiltInTypes

Type

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

Methods

EnsureModulesLoaded()

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

FindByName(String)

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

GetSubStyles()

Declaration
public override IgbGridConditionalStyleCollection GetSubStyles()
Returns
Type Description
IgbGridConditionalStyleCollection
Overrides
IgbGridCompoundConditionalStyle.GetSubStyles()

GetSubStylesAsync()

Declaration
public override Task<IgbGridConditionalStyleCollection> GetSubStylesAsync()
Returns
Type Description
System.Threading.Tasks.Task<IgbGridConditionalStyleCollection>
Overrides
IgbGridCompoundConditionalStyle.GetSubStylesAsync()

Implements

JsonSerializable