ParagraphPropertiesWithTabs Interface
Interface derived from the ParagraphPropertiesBase to include methods for specifying tab stops within a paragraph.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v24.1.Core.dll
NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation
Declaration
Remarks
Use the ParagraphPropertiesWithTabs.BeginUpdateTabs method to get access to a TabInfoCollection containing tab stop settings.
See Also