Skip to main content

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.v23.2.Core.dll

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

Declaration

[ComVisible(true)]
public interface ParagraphPropertiesWithTabs :
    ParagraphPropertiesBase

Remarks

Use the ParagraphPropertiesWithTabs.BeginUpdateTabs method to get access to a TabInfoCollection containing tab stop settings.

See Also