DataGridSegmentRow Properties

Use

  • firstVisibleRowIndex

    Specify the index of a row to define it as the first row visible.

  • rowDataSource

    Bind this property to a context node with cardinality 0..n. At runtime, each node element of the node collection represents a row within the segment row.

  • rowHeight

    Height of the rows read within a segment

    Bind this property to an attribute of the context node that you have bound to property rowDataSource.

  • rowHeightUnit

    Unit of the row height in em, ex, %,px.

    The selected unit is valid for all rows within the segment.

  • rowType

    Display type of the row

    Value

    Description

    header

    The row is displayed as a header. The width of the cells within the row can be adjusted using the handle.

    standard

    The column is displayed as a standard row.
  • segmentHeight

    Height of the segment row. This height defines how many rows are displayed within the segment.

  • segmentHeightMode

    Mode of the segment height

    The following values are possible:

    Value

    Description

    scrollbar

    A scroll bar is displayed if the total height of all the rows within the segment is greater than the segment itself.

    sumOfChildElements

    The height of the segment is defined by the sum of the rows within this segment row.