Skip to main content

TablePanelColumn(TablePanelEntityStyle, Single) Constructor

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

Namespace: DevExpress.Utils.Layout

Assembly: DevExpress.Utils.v24.2.dll

Declaration

public TablePanelColumn(
    TablePanelEntityStyle style,
    float width
)

Parameters

Name Type Description
style TablePanelEntityStyle

The column’s size type.

width Single

The column’s width.

See Also