Class ConditionalFormatEditor
Initializes a new instance of the ConditionalFormatEditor class.
Inheritance
System.Object
ConditionalFormatEditor
Implements
System.IDisposable
Namespace: Syncfusion.UI.Xaml.PivotGrid
Assembly: Syncfusion.SfPivotGrid.UWP.dll
Syntax
public class ConditionalFormatEditor : Control, IDisposable
Constructors
ConditionalFormatEditor(SfPivotGrid)
Creates the instance of SfPivotGrid class./>
Declaration
public ConditionalFormatEditor(SfPivotGrid pivotgrid)
Parameters
Type | Name | Description |
---|---|---|
SfPivotGrid | pivotgrid | The SfPivotGrid control |
Methods
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Declaration
public void Dispose()
OnApplyTemplate()
Builds the visual tree for this control when a new template is applied.
Declaration
protected override void OnApplyTemplate()
Implements
System.IDisposable