Enum ConditionalFormatsAppliedEventArgs.Action
Represents the definition for the kind of action performed while applying a conditional format via the editor.
Namespace: Syncfusion.Windows.Grid.Olap
Assembly: Syncfusion.OlapGrid.WPF.dll
Syntax
public enum Action
Fields
Name | Description |
---|---|
AddedCondition | If a condition is added. |
Cancel | If it is canceled. |
DefaultCondition | If it is a default condition. |
ModifiedCondition | If a condition is modified. |
NewCondition | If a condition is newly created. |
RemovedAll | If all conditions are removed. |
RemovedCondition | If a condition is removed. |