Skip to main content

TablePanelEntity Class

The base class for columns and rows in the TablePanel.

Namespace: DevExpress.Utils.Layout

Assembly: DevExpress.Utils.v24.2.dll

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