Class ConditionalFormatEditor
Interaction logic for ConditionalFormatEditor.xaml
Implements
System.IDisposable
System.Windows.Markup.IComponentConnector
Inherited Members
Namespace: Syncfusion.Windows.Grid.Olap
Assembly: Syncfusion.OlapGrid.WPF.dll
Syntax
public class ConditionalFormatEditor : ChromelessWindow, IDisposable, IComponentConnector
Constructors
ConditionalFormatEditor(OlapGrid)
Initializes a new instance of the ConditionalFormatEditor class with the specified instance of the OlapGrid class.
Declaration
public ConditionalFormatEditor(OlapGrid olapGrid)
Parameters
Type | Name | Description |
---|---|---|
OlapGrid | olapGrid | The OlapGrid of the parent window. |
Methods
Dispose()
Disposes the resources being used by the EventHandlers.
Declaration
public void Dispose()
InitializeComponent()
InitializeComponent
Declaration
public void InitializeComponent()
OnApplyTemplate()
Overrides and applies the template.
Declaration
public override void OnApplyTemplate()
Overrides
OnPropertyChanged(DependencyPropertyChangedEventArgs)
Invoked whenever the effective value of any dependency property on this object has been updated.
Declaration
protected override void OnPropertyChanged(DependencyPropertyChangedEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.DependencyPropertyChangedEventArgs | e | The event data that contains the dependency property identifier of interest, the property meta data for the type, and old and new values. |
Implements
System.IDisposable
System.Windows.Markup.IComponentConnector