smartDBforms.NET API Reference

SmartDBView.OnEmptyDataEnum Enumeration

Enumeration for the different behaviour of SmartDBView when the data source returns no records

[Visual Basic]
Public Enum SmartDBView.OnEmptyDataEnum
[C#]
public enum SmartDBView.OnEmptyDataEnum

Members

Member Name Description
InsertMode Automatically changes the CurrentMode to Insert. In this way the user will be able to create a new record.
Hide Hides the SmartDBView control.
EmptyDataTemplate Displays the EmptyDataTemplate templates instead of the Content template.

Requirements

Namespace: Adillis.SmartDBForms

Assembly: Adillis.SmartDBForms (in Adillis.SmartDBForms.dll)

See Also

Adillis.SmartDBForms Namespace