Class ConditionalFormatsAppliedEventArgs
Represents the class that gets data from the conditional format applied via the ConditionalFormatEditor
Inheritance
System.Object
ConditionalFormatsAppliedEventArgs
Namespace: Syncfusion.UI.Xaml.PivotGrid
Assembly: Syncfusion.SfPivotGrid.UWP.dll
Syntax
public class ConditionalFormatsAppliedEventArgs : EventArgs
Constructors
ConditionalFormatsAppliedEventArgs()
Declaration
public ConditionalFormatsAppliedEventArgs()
Properties
ActionPerformed
Gets the type of action applied.
Declaration
public ConditionalFormatsAppliedEventArgs.Action ActionPerformed { get; }
Property Value
Type |
---|
ConditionalFormatsAppliedEventArgs.Action |
CellColorValue
Gets the cell color value of the condition applied.
Declaration
public string CellColorValue { get; }
Property Value
Type |
---|
System.String |
ConditionName
Gets the current condition's name.
Declaration
public string ConditionName { get; }
Property Value
Type |
---|
System.String |
ConditionTypeApplied
Gets the condition type of the applied condition.
Declaration
public string ConditionTypeApplied { get; }
Property Value
Type |
---|
System.String |
CurrentConditionSelected
Gets the value of selected condition's name in the editor.
Declaration
public string CurrentConditionSelected { get; }
Property Value
Type |
---|
System.String |
CurrentFormatApplied
Gets the value of current conditional format applied.
Declaration
public PivotGridDataConditionalFormat CurrentFormatApplied { get; }
Property Value
Type |
---|
PivotGridDataConditionalFormat |
FontFamilyApplied
Gets the value of font family applied.
Declaration
public string FontFamilyApplied { get; }
Property Value
Type |
---|
System.String |
FontSizeApplied
Gets value of font size applied.
Declaration
public string FontSizeApplied { get; }
Property Value
Type |
---|
System.String |
FontWeightApplied
Gets the value of font weight applied.
Declaration
public string FontWeightApplied { get; }
Property Value
Type |
---|
System.String |
ForeColorValue
Gets the fore color value of the condition applied.
Declaration
public string ForeColorValue { get; }
Property Value
Type |
---|
System.String |
MaximumValue
Gets the maximum value of the condition applied.
Declaration
public string MaximumValue { get; }
Property Value
Type |
---|
System.String |
MeasureElement
Gets the measure element of the applied condition.
Declaration
public string MeasureElement { get; }
Property Value
Type |
---|
System.String |
MinimumValue
Gets the minimum value of the condition applied.
Declaration
public string MinimumValue { get; }
Property Value
Type |
---|
System.String |
PredicateTypeApplied
Gets the predicate type of the applied condition.
Declaration
public string PredicateTypeApplied { get; }
Property Value
Type |
---|
System.String |