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

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

    Namespace: DevExpress.Utils.Layout

    Assembly: DevExpress.Utils.v26.1.dll

    Declaration

    public TablePanelColumn(
        TablePanelEntityStyle style,
        float width,
        bool visible,
        object tag
    )

    Parameters

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