Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread.Renderer Namespace / IEditorCSSClassSupport Interface / EditorCssClass Property


In This Topic
    EditorCssClass Property (IEditorCSSClassSupport)
    In This Topic
    Gets the editor CSS class.
    Syntax
    'Declaration
     
    
    ReadOnly Property EditorCssClass As String
    'Usage
     
    
    Dim instance As IEditorCSSClassSupport
    Dim value As String
     
    value = instance.EditorCssClass
    string EditorCssClass {get;}
    See Also