ConditionalFormatting Class

Krypton OutlookGrid

ConditionalFormatting Class
Krypton OutlookGrid v1.6.0
Conditional Formatting class
Inheritance Hierarchy
SystemObject  JDHSoftware.Krypton.Toolkit.KryptonOutlookGrid.FormattingConditionalFormatting

Namespace: JDHSoftware.Krypton.Toolkit.KryptonOutlookGrid.Formatting
Assembly: JDHSoftware.Krypton.Toolkit.KryptonOutlookGrid (in JDHSoftware.Krypton.Toolkit.KryptonOutlookGrid.dll) Version: 1.6.0.0 (1.6.0.0)
Syntax
public class ConditionalFormatting
Public Class ConditionalFormatting

The ConditionalFormatting type exposes the following members.

Constructors
  NameDescription
Public methodConditionalFormatting
Initializes a new instance of the ConditionalFormatting class.
Public methodConditionalFormatting(EnumConditionalFormatType, IFormatParams)
Initializes a new instance of the ConditionalFormatting class. (Only use for context menu !)
Public methodConditionalFormatting(String, EnumConditionalFormatType, IFormatParams)
Initializes a new instance of the ConditionalFormatting class.
Top
Properties
  NameDescription
Public propertyColumnName
Gets or sets the name of the column.
Public propertyFormatParams
Gets or sets the Conditional Formatting parameters.
Public propertyFormatType
Gets or sets the type of the Conditional Formatting.
Public propertymaxValue
Gets or sets the maximum value.
Public propertyminValue
Gets or sets the minimum value.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also