Class DataValidationForm
Datavalidation interaction operations are done here.
Inherited Members
Namespace: Syncfusion.Windows.Forms.Spreadsheet.Commands
Assembly: Syncfusion.Spreadsheet.Windows.dll
Syntax
public class DataValidationForm : CommandBaseForm
Constructors
DataValidationForm()
Declaration
public DataValidationForm()
Properties
AllowTypeList
Gets or sets the allow combobox list.
Declaration
public List<DV_ExcelDataTypeInfo> AllowTypeList { get; set; }
Property Value
Type |
---|
System.Collections.Generic.List<DV_ExcelDataTypeInfo> |
DataList
Gets or sets the comparison operator combo box list.
Declaration
public List<DV_ComparisionOperatorInfo> DataList { get; set; }
Property Value
Type |
---|
System.Collections.Generic.List<DV_ComparisionOperatorInfo> |
ValidationRange
Gets or Sets the Range of the Cells where DataValidation is applied or to be applied
Declaration
public IRange ValidationRange { get; set; }
Property Value
Type |
---|
IRange |
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()
Set the required values into XlsIO.
Declaration
protected override void OnApplySettings()
Overrides
OnClosed(EventArgs)
close the form.
Declaration
protected override void OnClosed(EventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.EventArgs | e |
Overrides
OnLoaded()
Set the initial settings when load the form.
Declaration
protected override void OnLoaded()
Overrides
WireEvents()
Trigger the required events form this method.
Declaration
protected override void WireEvents()