Official Content

Sets the class for when a selection is made in the row.

Scope

Level: Design System Style Class

Description

You can configure this property in the Styles tab of a Design System Object for the Grid class.

Notes:

Runtime/Design time

This property applies only at design time.

Samples

This property is defined as follows:

.TabularGrid
{
      gx-grid-selected-row-class: GridRowSel
 }

Where:

.GridRowSel
{
       @include GridRow;
        color: yellow;
 }

See Also

DSO properties that begin with gx- and end with class

Last update: February 2024 | © GeneXus. All rights reserved. GeneXus Powered by Globant