ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Document Assembly / GrapeCity.ActiveReports.Document.Section Namespace / TabStopsItem Class / TabStops Property

In This Topic
    TabStops Property (TabStopsItem)
    In This Topic
    Gets the tab stops.
    Syntax
    'Declaration
     
    Public ReadOnly Property TabStops As TabStopsItem.TabStop()
    public TabStopsItem.TabStop[] TabStops {get;}

    Property Value

    The tab stops.
    See Also