Back to Devexpress

StyleFormatCondition Constructors

windowsforms-devexpress-dot-xtragrid-dot-styleformatcondition-dot-ctor.md

latest3.2 KB
Original Source

StyleFormatCondition Constructors

A single style condition.

NameParametersDescription
StyleFormatCondition()noneCreates a new StyleFormatCondition object with default settings.
StyleFormatCondition(FormatConditionEnum, GridColumn, Object, Object, Object, Boolean)condition, column, tag, val1, val2, applyToRowInitializes a new instance of the StyleFormatCondition class with the specified settings.
StyleFormatCondition(FormatConditionEnum, GridColumn, Object, Object, Object)condition, column, tag, val1, val2Initializes a new instance of the StyleFormatCondition class with the specified settings.
StyleFormatCondition(FormatConditionEnum, GridColumn, Object, Object)condition, column, tag, val1Initializes a new instance of the StyleFormatCondition class with the specified settings.
StyleFormatCondition(FormatConditionEnum, Object, AppearanceDefault, Object, Object, GridColumn, Boolean)condition, tag, appearanceDefault, val1, val2, column, applyToRowInitializes a new instance of the StyleFormatCondition class with the specified settings.
StyleFormatCondition(FormatConditionEnum, Object, AppearanceObject, Object, Object, GridColumn, Boolean)condition, tag, appearance, val1, val2, column, applyToRowInitializes a new instance of the StyleFormatCondition class with the specified settings.
StyleFormatCondition(FormatConditionEnum)conditionInitializes a new instance of the StyleFormatCondition class with the specified comparison operation type.

See Also

StyleFormatCondition Class

StyleFormatCondition Members

DevExpress.XtraGrid Namespace