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

In This Topic
    TabStops Property (Page)
    In This Topic
    Custom tab stops collection
    Syntax
    'Declaration
     
    Public Property TabStops As TabStopsItem.TabStop()
    public TabStopsItem.TabStop[] TabStops {get; set;}

    Property Value

    The tab stops.
    See Also