Back to Devexpress

TablePanelEntity Class

windowsforms-devexpress-dot-utils-dot-layout-a9152c2e.md

latest1.5 KB
Original Source

TablePanelEntity Class

The base class for columns and rows in the TablePanel.

Namespace : DevExpress.Utils.Layout

Assembly : DevExpress.Utils.v25.2.dll

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

Declaration

csharp
public abstract class TablePanelEntity :
    ITablePanelEntity
vb
Public MustInherit Class TablePanelEntity
    Implements ITablePanelEntity

Remarks

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

Inheritance

Object TablePanelEntity TablePanelColumn

TablePanelRow

See Also

TablePanelEntity Members

DevExpress.Utils.Layout Namespace