Blazor | ComponentOne
C1.Blazor.GridControl Assembly / C1.Blazor.Grid Namespace / GridControlCellView Class
Members

In This Topic
    GridControlCellView Class
    In This Topic
    Contains properties that will be applied to cell view elements.
    Syntax
    'Declaration
     
    
    Public Class GridControlCellView 
       Inherits C1.Blazor.Core.C1Border
       Implements C1.Blazor.Core.IDependencyObject, Microsoft.AspNetCore.Components.IComponent, Microsoft.AspNetCore.Components.IHandleAfterRender, Microsoft.AspNetCore.Components.IHandleEvent 
    public class GridControlCellView : C1.Blazor.Core.C1Border, C1.Blazor.Core.IDependencyObject, Microsoft.AspNetCore.Components.IComponent, Microsoft.AspNetCore.Components.IHandleAfterRender, Microsoft.AspNetCore.Components.IHandleEvent  
    Inheritance Hierarchy

    System.Object
       Microsoft.AspNetCore.Components.ComponentBase
          C1.Blazor.Core.C1View
             C1.Blazor.Core.C1Border
                C1.Blazor.Grid.GridControlCellView
                   C1.Blazor.Grid.GridCellView

    See Also