DVXP TEdit.NET 3.0

TableEditor.AddButtonLocation Property

Indicates if the Add New Button is displayed above or below the grid. This property also indicates if the edit-panel for a new row is displayed above or below the grid. If SmartNaviation is disabled, it is best to set this property to Top, so that the user does not have to scroll to the bottom of the page when adding new rows.

[Visual Basic]
Public Property AddButtonLocation As AddButtonLocationType
[C#]
public TableEditor.AddButtonLocationType AddButtonLocation {get; set;}

See Also

TableEditor Class | DVXP.DXTableEditor Namespace