Official Content

Sets the class that is assigned when the row is hovered.

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-hover-row-class: GridRowHover
}

Where:

.GridRowHover
{
        @include GridRow;
        background-color: black;
        color: white;
}

See Also

DSO properties that begin with gx- and end with class

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