Skip to main content
A newer version of this page is available. .

ParagraphPropertiesWithTabs.EndUpdateTabs(TabInfoCollection) Method

Finalizes modifications of tab stops for the current paragraph.

Namespace: DevExpress.XtraRichEdit.API.Native

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

Declaration

void EndUpdateTabs(
    TabInfoCollection tabs
)

Parameters

Name Type Description
tabs TabInfoCollection

A TabInfoCollection collection containing information about tab stops.

Remarks

See the ParagraphPropertiesWithTabs.BeginUpdateTabs method for an example of use.

The following code snippets (auto-collected from DevExpress Examples) contain references to the EndUpdateTabs(TabInfoCollection) method.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also