Skip to main content
Box

LayoutFrame.Tables Property

Provides access to the collection of LayoutTable objects.

Namespace: DevExpress.XtraRichEdit.API.Layout

Assembly: DevExpress.RichEdit.v23.2.Core.dll

NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation

Declaration

public LayoutTableCollection Tables { get; }

Property Value

Type Description
LayoutTableCollection

A LayoutTableCollection object that is the layout table collection.

See Also