Skip to main content
A newer version of this page is available. .

TablePanelEntity Class

The base class for columns and rows in the TablePanel.

Namespace: DevExpress.Utils.Layout

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