Blazor | ComponentOne
C1.Blazor.Grid Assembly / C1.Blazor.Grid Namespace / GridCellView Class
Fields Properties Methods Events

In This Topic
    GridCellView Class Members
    In This Topic

    The following tables list the members exposed by GridCellView.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the GridCellView class.  
    Top
    Public Fields
     NameDescription
    Public FieldGets or sets the C1.Blazor.Core.C1Color used to paint the background. (Inherited from C1.Blazor.Core.C1View)
    Public Fieldstatic (Shared in Visual Basic)Identifies the ExpandDown dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the GroupCollapsedIconTemplate dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the GroupExpandedIconTemplate dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the IsCollapsed dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the TreeIndent dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the TreeLinesBrush dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the TreeLinesDashArray dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the TreeLines dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the TreeLinesRadiusX dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the TreeLinesRadiusY dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the TreeLinesThickness dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the ValidationBackground dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the ValidationForeground dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the ValidationIndicator dependency property.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the C1.Blazor.Core.C1Color used to paint the background. (Inherited from C1.Blazor.Core.C1View)
    Public PropertyGets or sets the C1.Blazor.Core.C1Color used to paint the border. (Inherited from C1.Blazor.Core.C1View)
    Public PropertyGets or sets the C1.Blazor.Core.C1Thickness of the border. (Inherited from C1.Blazor.Core.C1View)
    Public PropertyGets or sets the CSS class applied to the component. (Inherited from C1.Blazor.Core.C1View)
    Public PropertyOverridden. Gets the actual padding of the content  
    Public PropertyGets or sets the C1.Blazor.Core.C1CornerRadius of the border. (Inherited from C1.Blazor.Core.C1View)
    Public PropertyGets or sets a value indicating whether the group is expanded downwards.  
    Public PropertyGets or sets the flow direction. (Inherited from C1.Blazor.Core.C1View)
    Public PropertyGets or sets the font family applied to the view. (Inherited from C1.Blazor.Core.C1View)
    Public PropertyGets or sets the font size applied to the view. (Inherited from C1.Blazor.Core.C1View)
    Public PropertyGets or sets the font style applied to the view. (Inherited from C1.Blazor.Core.C1View)
    Public PropertyGets or sets the font weight applied to the view. (Inherited from C1.Blazor.Core.C1View)
    Public PropertyGets or sets the C1.Blazor.Core.C1Color used to paint the foreground (text and icons). (Inherited from C1.Blazor.Core.C1View)
    Public PropertyGets or sets the template used to create the icon displayed when the group is collapsed.  
    Public PropertyGets or sets the template used to create the icon displayed when the group is expanded.  
    Public PropertyGets or sets whether the general purpose properties like foreground or fonts are inherited to the children automatically. (Inherited from C1.Blazor.Core.C1View)
    Public PropertyGets or sets whether the group is collapsed.  
    Public PropertyGets whether this instance is disposed. (Inherited from C1.Blazor.Core.C1View)
    Public PropertyGets whether the component was already initialized. (Inherited from C1.Blazor.Core.C1View)
    Public PropertyGets or sets the mouse over state. (Inherited from C1.Blazor.Grid.GridControlCellView)
    Public PropertyGets or sets whether the cell is selected. (Inherited from C1.Blazor.Grid.GridControlCellView)
    Public PropertyGets or sets the C1.Blazor.Core.C1Color that is used to paint the color of mouse over cell / row. (Inherited from C1.Blazor.Grid.GridControlCellView)
    Public PropertyGets or sets the padding of the Content. (Inherited from C1.Blazor.Core.C1View)
    Public PropertyGets or sets the C1.Blazor.Core.C1Color that is used to paint the color of selected cell / row. (Inherited from C1.Blazor.Grid.GridControlCellView)
    Public PropertyGets or sets the number of times the cell is selected. (Inherited from C1.Blazor.Grid.GridControlCellView)
    Public PropertyGets or sets the style applied to the component. (Inherited from C1.Blazor.Core.C1View)
    Public PropertyGets or sets the CSS class applied to the component. (Inherited from C1.Blazor.Core.C1View)
    Public PropertyGets or sets an arbitrary object that can be used to identify a specific component. (Inherited from C1.Blazor.Core.C1View)
    Public PropertyGets the total length of the indentation.  
    Public PropertyGets or sets the indent used to offset each group of rows in the grid.  
    Public PropertyGets or sets the tree lines displayed in this cell.  
    Public Property  
    Public PropertyGets or sets an array of doubles that determines the dash pattern.  
    Public PropertyGets or sets the horizontal radius of the tree-lines.  
    Public PropertyGets or sets the vertical radius of the tree-lines.  
    Public PropertyGets or sets the thickness of the tree-lines.  
    Public PropertyGets or sets the validation background.  
    Public PropertyGets or sets the validation foreground.  
    Public PropertyGets or sets whether to show errors indicator.  
    Top
    Public Methods
     NameDescription
    Public Method (Inherited from C1.Blazor.Core.C1View)
    Public MethodSets the focus in the control. (Inherited from C1.Blazor.Core.C1View)
    Public MethodSets the focus in the control. (Inherited from C1.Blazor.Core.C1View)
    Public MethodSets the focus in the control. (Inherited from C1.Blazor.Core.C1View)
    Public Method (Inherited from Microsoft.AspNetCore.Components.ComponentBase)
    Top
    Public Events
     NameDescription
    Public EventOccurs when the group is toggled.  
    Public EventCalled when a property changed.  
    Top
    See Also