Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / TextCellType Class / EditorCssClass Property
Example


In This Topic
    EditorCssClass Property (TextCellType)
    In This Topic
    Gets the editor's CSS class.
    Syntax
    'Declaration
     
    
    Public Property EditorCssClass As String
    'Usage
     
    
    Dim instance As TextCellType
    Dim value As String
     
    instance.EditorCssClass = value
     
    value = instance.EditorCssClass
    public string EditorCssClass {get; set;}
    Remarks
    This property allows the user to format values in the cell editor using CSS settings.
    Example
    This example creates a style in a css file and then uses the style with the EditorCssClass property.
    See Also