Official Content

Specifies the Design System Class to style all the Table controls and Responsive Table cells of a row.

Scope

Generators: .NET, .NET Framework, Java, Android, Apple
Level: Design System Style Class

Description

This property is available for the TableRow class in the Styles section of the Design System Object, as well as for the Tables and Free Style Grid control.

Runtime/Design time

This property applies only at design time.

Samples

In the Styles section of your Design System Object, define the following in the TableRow class created to style the table cells of a row:

.Table
{
    gx-table-row-class: TableRow
}

.TableRow

{
    gx-table-row-cell-class: TableCell;
    border-style: none;
    border-width: 0px;
}

Where Table Cell class is defined as follows:

.TableCell

{
     border-style: none;
     border-width: 0px;
}

 

Availability

This property is available since GeneXus 17 Upgrade 6.

See Also

gx-grid-row-class property
DSO properties that begin with gx- and end with class

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