SetMessageEventArgsMessage Property

Gets or sets the message to be displayed. If the message is retrieved due to a binding error or the Current item implements the IDataErrorInfo interface, then this property may already contain a value.

Definition

Namespace: KGySoft.WinForms.Components
Assembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
C#
public string? Message { get; set; }

Property Value

String

Remarks

To clear the provider message and make the icon disappear for the property, set this property to .

To skip setting any message, leaving the provider in the previous state, set the Cancel property to .

See Also