Class ConditionalFormatsAppliedEventArgs
Represents the class that contains the data for the conditional formats applied via the ConditionalFormatEditor.
Inheritance
System.Object
System.EventArgs
ConditionalFormatsAppliedEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Windows.Grid.Olap
Assembly: Syncfusion.OlapGrid.WPF.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 OlapGridDataConditionalFormat CurrentFormatApplied { get; }
Property Value
| Type |
|---|
| OlapGridDataConditionalFormat |
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 |