Property ErrorProvider
ErrorProvider
Gets the ICanSetErrors instance used for error reporting and management.
Declaration
public ICanSetErrors ErrorProvider { get; }
Property Value
Type | Description |
---|---|
ICanSetErrors |
Implements
Remarks
This property provides access to an error provider that allows reporting, subscribing to, and clearing errors. It extends the functionality of IHasErrors by adding methods to actively manage and report errors.