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.v23.2.dll

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

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