Skip to main content
All docs
V23.2

TablePanelColumn(TablePanelEntityStyle, Single, Boolean, Object) 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,
    object tag
)

Parameters

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