Skip to main content
All docs
V23.2

TablePanelRow(TablePanelEntityStyle, Single, Boolean, Object) Constructor

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

Namespace: DevExpress.Utils.Layout

Assembly: DevExpress.Utils.v23.2.dll

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

Declaration

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

Parameters

Name Type
style TablePanelEntityStyle
height Single
visible Boolean
tag Object
See Also