Skip to main content
A newer version of this page is available. .

RowDefinition(LayoutGroup, Double, SizeType) Constructor

Initializes a new instance of a RowDefinition class with the specified settings.

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v19.2.dll

Declaration

public RowDefinition(
    LayoutGroup owner,
    double size,
    SizeType sizingType
)

Parameters

Name Type Description
owner LayoutGroup

A layout group that owns the created RowDefinition object.

size Double

The height of the created row. This value is assigned to the RowDefinition.Height property.

sizingType SizeType

The size type of the created row. This value is assigned to the RowDefinition.SizeType property.

See Also