Skip to main content
All docs
V25.1
  • TablePanelColumn(TablePanelEntityStyle, Single) Constructor

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

    Namespace: DevExpress.Utils.Layout

    Assembly: DevExpress.Utils.v25.1.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