Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / RenderField Class / TabPositions Property

In This Topic
    TabPositions Property (RenderField)
    In This Topic
    Gets the collection of TabPosition objects describing text tab positions in the current RenderField object.
    Syntax
    'Declaration
     
    Public ReadOnly Property TabPositions As TabPositionCollection
    public TabPositionCollection TabPositions {get;}
    Remarks
    This property always returns a non-nullTabPositionCollection collection, initializing it if it has not been initialized yet. Use HasTabPositions to test whether there are any defined tab positions without initializing TabPositions.
    See Also