Skip to main content

TablePanelColumn(TablePanelEntityStyle, Single, Boolean) 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,
    bool visible
)

Parameters

Name Type Description
style TablePanelEntityStyle

The column’s size type.

width Single

The column’s width.

visible Boolean

The column’s visibility state.

See Also