Click or drag to resize

StiIconSetCondition Class

The class describes the condition with Icon Set indicator.
Inheritance Hierarchy

Namespace:  Stimulsoft.Report.Components
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
[TypeConverterAttribute(typeof(StiConditionConverter))]
public class StiIconSetCondition : StiBaseCondition, 
	IStiIndicatorCondition

The StiIconSetCondition type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyColumn (Inherited from StiFilter.)
Public propertyCondition (Inherited from StiFilter.)
Public propertyContentAlignment
Gets or sets icon alignment.
Public propertyDataType (Inherited from StiFilter.)
Public propertyExpression
Gets or sets the filter expression.
(Inherited from StiFilter.)
Public propertyIconSet
Gets or sets icon set.
Public propertyIconSetItem1
Gets or sets first Icon Set item.
Public propertyIconSetItem2
Gets or sets second Icon Set item.
Public propertyIconSetItem3
Gets or sets third Icon Set item.
Public propertyIconSetItem4
Gets or sets fourth Icon Set item.
Public propertyIconSetItem5
Gets or sets fifth Icon Set item.
Public propertyItem (Inherited from StiFilter.)
Public propertyTag (Inherited from StiBaseCondition.)
Public propertyValue1 (Inherited from StiFilter.)
Public propertyValue2 (Inherited from StiFilter.)
Top
Methods
  NameDescription
Public methodClone
Creates a new object that is a copy of the current instance.
(Inherited from StiFilter.)
Public methodCreateIndicator
Creates new indicator for specified condition.
Public methodEquals (Overrides ObjectEquals(Object).)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode (Overrides ObjectGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodLoadFromJsonObject (Overrides StiFilterLoadFromJsonObject(JObject).)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodReset
Reset condition to base state.
Public methodSaveToJsonObject (Overrides StiFilterSaveToJsonObject(StiJsonSaveMode).)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also