GanttView for WPF | ComponentOne
C1.WPF.GanttView.4.5.2 Assembly / C1.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 Integer
    public virtual int NextID {get; set;}
    See Also