Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / FieldPaintEventArgs Class / Field Property


In This Topic
    Field Property (FieldPaintEventArgs)
    In This Topic
    Gets the field which triggers the FieldPaint event.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Field As Field
    'Usage
     
    
    Dim instance As FieldPaintEventArgs
    Dim value As Field
     
    value = instance.Field
    public Field Field {get;}

    Property Value

    A Field object that indicates the field which triggers the FieldPaint event.
    See Also