Class DataValidationWindow
Interaction logic for DataValidationWindow.xaml
Implements
System.Windows.Markup.IComponentConnector
Inherited Members
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
OnClosed(EventArgs)
Declaration
protected override void OnClosed(EventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.EventArgs | e |
Overrides
OnLoaded()
Declaration
protected override void OnLoaded()
Overrides
UnWireEvents()
Declaration
protected override void UnWireEvents()
Overrides
WireEvents()
Declaration
protected override void WireEvents()
Overrides
Implements
System.Windows.Markup.IComponentConnector