CustomFormatRule Constructor

Krypton OutlookGrid

CustomFormatRule Constructor
Krypton OutlookGrid v1.6.0
Initializes a new instance of the CustomFormatRule class.

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 CustomFormatRule(
	EnumConditionalFormatType initialmode
)
Public Sub New ( 
	initialmode As EnumConditionalFormatType
)

Parameters

initialmode
Type: JDHSoftware.Krypton.Toolkit.KryptonOutlookGrid.FormattingEnumConditionalFormatType
The Conditional Formatting type.
See Also