IDefinedNameValidator Interface
A validator used to check whether a new version of the conflict defined name is valid and unique before pasting it into the destination document.
Namespace: DevExpress.XtraSpreadsheet.Services
Assembly: DevExpress.Spreadsheet.v24.2.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Related API Members
The following members return IDefinedNameValidator objects:
Remarks
Use the DefinedNameConflictResolvingEventArgs.Validator property to get access to the default IDefinedNameValidator implementation.
You can also specify a custom validator by creating an object implementing the IDefinedNameValidator interface and assigning it to the DefinedNameConflictResolvingEventArgs.Validator property.
See Also