Skip to main content
All docs
V25.1
  • TablePanelRow(TablePanelEntityStyle, Single, Boolean) Constructor

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

    Namespace: DevExpress.Utils.Layout

    Assembly: DevExpress.Utils.v25.1.dll

    NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

    Declaration

    public TablePanelRow(
        TablePanelEntityStyle style,
        float height,
        bool visible
    )

    Parameters

    Name Type Description
    style TablePanelEntityStyle

    The row’s size type.

    height Single

    The row’s height.

    visible Boolean

    The row’s visibility state.

    See Also