Skip to main content
All docs
V25.1
  • TablePanelEntity Class

    The base class for columns and rows in the TablePanel.

    Namespace: DevExpress.Utils.Layout

    Assembly: DevExpress.Utils.v25.1.dll

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

    Declaration

    public abstract class TablePanelEntity :
        ITablePanelEntity

    Remarks

    The TablePanelEntity is the base class for the TablePanelColumn and TablePanelRow classes, which represent columns and rows in the TablePanel.

    Inheritance

    See Also