Back to Devexpress

TabInfoCollection Class

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-010ff9f2.md

latest3.1 KB
Original Source

TabInfoCollection Class

A collection of tab stops.

Namespace : DevExpress.XtraRichEdit.API.Native

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
[ComVisible(true)]
public class TabInfoCollection :
    List<TabInfo>
vb
<ComVisible(True)>
Public Class TabInfoCollection
    Inherits List(Of TabInfo)

The following members return TabInfoCollection objects:

Remarks

Use the Paragraph.BeginUpdateTabs method to get access to the collection of TabInfo objects for the current paragraph.

Implements

IList<TabInfo>

ICollection<TabInfo>

IList

ICollection

IReadOnlyList<TabInfo>

IReadOnlyCollection<TabInfo>

IEnumerable<TabInfo>

IEnumerable

Inheritance

Object List<TabInfo> TabInfoCollection

See Also

TabInfoCollection Members

BeginUpdateTabs(Boolean)

TabInfo

DevExpress.XtraRichEdit.API.Native Namespace