Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

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.v20.2.Core.dll

Declaration

public interface IDefinedNameValidator

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