menu

Document Processing

DataValidationWindow Class - FileFormats API Reference | Syncfusion

    Show / Hide Table of Contents

    DataValidationWindow Class

    Interaction logic for DataValidationWindow.xaml

    Inheritance
    System.Object
    CommandBaseWindow
    DataValidationWindow
    Implements
    System.Windows.Markup.IComponentConnector
    Inherited Members
    CommandBaseWindow.CancelAction()
    CommandBaseWindow.OnClosing(CancelEventArgs)
    CommandBaseWindow.OnInitialized(EventArgs)
    CommandBaseWindow.OnKeyDown(KeyEventArgs)
    CommandBaseWindow.SfSpreadsheet
    CommandBaseWindow.WorkSheet
    Namespace: Syncfusion.UI.Xaml.Spreadsheet.Commands
    Assembly: Syncfusion.SfSpreadsheet.WPF.dll
    Syntax
    public class DataValidationWindow : CommandBaseWindow, IComponentConnector

    Constructors

    DataValidationWindow()

    Declaration
    public DataValidationWindow()

    Properties

    AllowTypeList

    Declaration
    public List<DV_ExcelDataTypeInfo> AllowTypeList { get; set; }
    Property Value
    Type
    System.Collections.Generic.List<DV_ExcelDataTypeInfo>

    DataList

    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

    InitializeComponent()

    InitializeComponent

    Declaration
    public void InitializeComponent()

    OnApplySettings()

    Declaration
    protected override void OnApplySettings()
    Overrides
    CommandBaseWindow.OnApplySettings()

    OnClosed(EventArgs)

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

    OnLoaded()

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

    UnWireEvents()

    Declaration
    protected override void UnWireEvents()
    Overrides
    CommandBaseWindow.UnWireEvents()

    WireEvents()

    Declaration
    protected override void WireEvents()
    Overrides
    CommandBaseWindow.WireEvents()

    Implements

    System.Windows.Markup.IComponentConnector
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved