Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / StyleInfo Class / Editor Property
Example


In This Topic
    Editor Property (StyleInfo)
    In This Topic
    Gets or sets the editor of the cell for the style.
    Syntax
    'Declaration
     
    
    Public Overridable Property Editor As IEditor
    'Usage
     
    
    Dim instance As StyleInfo
    Dim value As IEditor
     
    instance.Editor = value
     
    value = instance.Editor
    public virtual IEditor Editor {get; set;}

    Property Value

    IEditor object containing the editor for cells of this style
    Remarks

    This property is available at run time only.

    The setting for this property can be overridden if a named style is assigned to the cell using the StyleName property, and that named style sets the editor to use.

    Example
    This example returns the editor for the style.
    See Also