Spread ASP.NET 17
FarPoint.Web.Spread.Extender Assembly / FarPoint.Web.Spread.Extender Namespace / SlideShowCellType Class / Editor Property


In This Topic
    Editor Property (SlideShowCellType)
    In This Topic
    Gets or sets the editor (editing control).
    Syntax
    'Declaration
     
    
    Public Overrides Property Editor As WebControl
    'Usage
     
    
    Dim instance As SlideShowCellType
    Dim value As WebControl
     
    instance.Editor = value
     
    value = instance.Editor
    public override WebControl Editor {get; set;}

    Property Value

    WebControl object containing the editor (editing control)
    See Also