Class DatesOccuringConditionForm
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
Namespace: Syncfusion.Windows.Forms.Spreadsheet.Commands
Assembly: Syncfusion.Spreadsheet.Windows.dll
Syntax
public class DatesOccuringConditionForm : CommandBaseForm, INotifyPropertyChanged
Constructors
DatesOccuringConditionForm()
Declaration
public DatesOccuringConditionForm()
Properties
Description
Gets or Sets the Description to be displayed in the conditionalformat window
Declaration
public string Description { get; set; }
Property Value
Type |
---|
System.String |
Operator
Gets or sets the ExcelComparison Operator to be used for conditional formatting
Declaration
public ExcelComparisonOperator Operator { get; set; }
Property Value
Type |
---|
ExcelComparisonOperator |
Methods
Dispose(Boolean)
Clean up any resources being used.
Declaration
protected override void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing | true if managed resources should be disposed; otherwise, false. |
OnApplySettings()
Apply the changes into XlsIO workbook.
Declaration
protected override void OnApplySettings()
Overrides
UnWireEvents()
Unhook the triggered events from here.
Declaration
protected override void UnWireEvents()
Overrides
WireEvents()
Hook the required events from this method.
Declaration
protected override void WireEvents()
Overrides
Events
PropertyChanged
Event to handle if the Property is Changed
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Type |
---|
System.ComponentModel.PropertyChangedEventHandler |
Implements
System.ComponentModel.INotifyPropertyChanged