AxpDataGrid

AxpDataGrid.DisplayErrorMessage Property

Whether messages from exception handled by the grid should be displayed.

[Visual Basic]
Public Property DisplayErrorMessage As Boolean
[C#]
public bool DisplayErrorMessage {get; set;}

Property Value

true if messages from exception handled by the grid should be displayed, false otherwise. Default is true.

Remarks

Set to false to hide the exception messages. The error messages is rendered below the grid. If you set DisplayErrorMessage to false, you can inspect the error message in the property ErrorMessage.

See Also

AxpDataGrid Class | Axezz.WebControls Namespace