Spread Windows Forms 12.0 Product Documentation
Formatter Property (SuperEditBase)


FarPoint.Win Assembly > FarPoint.Win Namespace > SuperEditBase Class : Formatter Property
Gets or sets the formatter for the control.
Syntax
'Declaration
 
Public Overridable Property Formatter As ISEditFormatter
'Usage
 
Dim instance As SuperEditBase
Dim value As ISEditFormatter
 
instance.Formatter = value
 
value = instance.Formatter
public virtual ISEditFormatter Formatter {get; set;}

Property Value

ISEditFormatter object containing the formatter
Remarks

This property is available at run time only.

See Also

Reference

SuperEditBase Class
SuperEditBase Members