DVXP TEdit.NET 3.0

TableEditor.IsRowSelectColumnVisible Property

Indicates if the row selection checkboxes are visible. Note that row selection is not allowed if no primary key is available. Note that you can customize the column order and visibility of the checkboxes, using a selectButton element of type checkbox in the XML configuration file. The SelectCheckBoxFormat event allows customization of individual checkboxes.

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

See Also

TableEditor Class | DVXP.DXTableEditor Namespace