Skip to main content
All docs
V25.1
  • RowDefinition(LayoutGroup, Double, SizeType, Boolean) Constructor

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

    Namespace: DevExpress.XtraLayout

    Assembly: DevExpress.XtraLayout.v25.1.dll

    NuGet Package: DevExpress.Win.Navigation

    Declaration

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

    Parameters

    Name Type
    owner LayoutGroup
    size Double
    sizingType SizeType
    visible Boolean
    See Also