IsVisible: Boolean;
The IsVisible property indicates whether table row selection is visible.
Use JSON or the setIsVisible method to set the property value and the getIsVisible method to get the property value.
Available Values:
true. Selection is visible (default).
false. Selection is hidden.
The setIsVisible method contains the "visible" parameter that sets whether table row selection is visible, and the onlyProperty parameter that sets whether table row selection visibility must be applied.
Available Values of the onlyProperty parameter:
true. Selection visibility is not applied, only property value is changed.
false. Selection visibility is applied (default).
The example of use is given on the page with description of the DataGridSelection.BorderStyle property.
See also: