Share via


RowExpandable, RowExpanded Properties (ModHFGrid)

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

Specify whether the current row is expanded or collapsed. The current row is defined by the Col and Row properties.

The RowExpandable property is not available at design time.

Syntax

object.RowExpandable [=Boolean]
object.RowExpanded [=Boolean]

The syntax for the RowExpandable and Row Expanded properties has these parts:

Part Description
object An object expression that evaluates to the ModHFGrid Control object.
Boolean A Boolean expression that specifies whether the current row is expandable or is expanded currently.

Settings

The settings for Boolean are:

Part Description
True The current row is expandable.
False The current row is collapsed and is not expandable.

See Also

ModHFGrid Control