menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DataValidationForm - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class DataValidationForm

    Datavalidation interaction operations are done here.

    Inheritance
    System.Object
    CommandBaseForm
    DataValidationForm
    Inherited Members
    CommandBaseForm.CancelAction()
    CommandBaseForm.OnClosing(CancelEventArgs)
    CommandBaseForm.OnLoad(EventArgs)
    CommandBaseForm.ProcessCmdKey(Message, Keys)
    CommandBaseForm.SfSpreadsheet
    CommandBaseForm.UnWireEvents()
    CommandBaseForm.WorkSheet
    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
    CommandBaseForm.OnApplySettings()

    OnClosed(EventArgs)

    close the form.

    Declaration
    protected override void OnClosed(EventArgs e)
    Parameters
    Type Name Description
    System.EventArgs e
    Overrides
    CommandBaseForm.OnClosed(EventArgs)

    OnLoaded()

    Set the initial settings when load the form.

    Declaration
    protected override void OnLoaded()
    Overrides
    CommandBaseForm.OnLoaded()

    WireEvents()

    Trigger the required events form this method.

    Declaration
    protected override void WireEvents()
    Overrides
    CommandBaseForm.WireEvents()
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved