Skip to main content

ParagraphPropertiesWithTabs Interface

In This Article

An interface that derives from the ParagraphPropertiesBase and enables you to specify tab stops for the paragraph.

Namespace: DevExpress.XtraRichEdit.API.Native

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

#Declaration

[ComVisible(true)]
public interface ParagraphPropertiesWithTabs :
    ParagraphPropertiesBase

#Remarks

This interface is available only for objects that support tab stops. For example, an interface exposed by the ListLevel.ParagraphProperties property and the ParagraphStyle interface do not support tab stops.

See Also