TablePanelEntity Class
In This Article
The base class for columns and rows in the TablePanel.
Namespace: DevExpress.Utils.Layout
Assembly: DevExpress.Utils.v24.2.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
#Declaration
#Remarks
The TablePanelEntity is the base class for the TablePanelColumn and TablePanelRow classes, which represent columns and rows in the TablePanel.
See Also