Spread Windows Forms 12.0 Product Documentation
Field Property (FieldPaintEventArgs)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > FieldPaintEventArgs Class : Field Property
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

Reference

FieldPaintEventArgs Class
FieldPaintEventArgs Members