ComponentOne GanttView for WinForms
C1.Win.GanttView.8 Assembly / C1.Win.GanttView Namespace / BaseObject Class / NextID Property

In This Topic
    NextID Property (BaseObject)
    In This Topic
    Gets the next object's ID in collection.
    Syntax
    'Declaration
     
    Public Overridable Property NextID As System.Integer
    public virtual System.int NextID {get; set;}
    See Also