DataGridSelection.IsVisible

Syntax

IsVisible: Boolean;

Description

The IsVisible property indicates whether table row selection is visible.

Comments

Use JSON or the setIsVisible method to set the property value and the getIsVisible method to get the property value.

Available Values:

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:

Example

The example of use is given on the page with description of the DataGridSelection.BorderStyle property.

See also:

DataGridSelection