SpreadsheetDataValidationBehaviorOptions.Assign(BaseOptions) Method
Copies all settings from the SpreadsheetDataValidationBehaviorOptions object passed as a parameter.
Namespace: DevExpress.XtraSpreadsheet
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
options | BaseOptions | A SpreadsheetDataValidationBehaviorOptions object (which is the BaseOptions descendant) whose settings are assigned to the current object. |
Remarks
The Assign method copies the specified SpreadsheetDataValidationBehaviorOptions object’s settings to the current SpreadsheetDataValidationBehaviorOptions object.
See Also