Spread Windows Forms 15.0
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / DeleteUndoAction Class / model Field


In This Topic
    model Field (DeleteUndoAction)
    In This Topic
    Reference to the chart model from which the object is deleted.
    Syntax
    'Declaration
     
    
    Protected model As ChartModel
    'Usage
     
    
    Dim instance As DeleteUndoAction
    Dim value As ChartModel
     
    value = instance.model
     
    instance.model = value
    protected ChartModel model
    See Also