[]
        
(Showing Draft Content)

C1.Blazor.Grid.GridCellView

GridCellView Class

Contains properties that will be applied to cell view elements.

Namespace: C1.Blazor.Grid
Assembly: C1.Blazor.Grid.dll
Syntax
public class GridCellView : GridControlCellView, IComponent, IHandleAfterRender, IHandleEvent, IDisposable, IDependencyObject, INotifyPropertyChanged

Constructors

Name Description
GridCellView()

Initializes a new instance of the GridCellView class.

Fields

Name Description
ExpandDownProperty

Identifies the ExpandDown dependency property.

GroupCollapsedIconTemplateProperty

Identifies the GroupCollapsedIconTemplate dependency property.

GroupExpandedIconTemplateProperty

Identifies the GroupExpandedIconTemplate dependency property.

IsCollapsedProperty

Identifies the IsCollapsed dependency property.

TreeIndentProperty

Identifies the TreeIndent dependency property.

TreeLinesBrushProperty

Identifies the TreeLinesBrush dependency property.

TreeLinesDashArrayProperty

Identifies the TreeLinesDashArray dependency property.

TreeLinesProperty

Identifies the TreeLines dependency property.

TreeLinesRadiusXProperty

Identifies the TreeLinesRadiusX dependency property.

TreeLinesRadiusYProperty

Identifies the TreeLinesRadiusY dependency property.

TreeLinesThicknessProperty

Identifies the TreeLinesThickness dependency property.

ValidationBackgroundProperty

Identifies the ValidationBackground dependency property.

ValidationForegroundProperty

Identifies the ValidationForeground dependency property.

ValidationIndicatorProperty

Identifies the ValidationIndicator dependency property.

Properties

Name Description
ContentPadding

Gets the actual padding of the content

ExpandDown

Gets or sets a value indicating whether the group is expanded downwards.

GroupCollapsedIconTemplate

Gets or sets the template used to create the icon displayed when the group is collapsed.

GroupExpandedIconTemplate

Gets or sets the template used to create the icon displayed when the group is expanded.

IsCollapsed

Gets or sets whether the group is collapsed.

TotalTreeIndent

Gets the total length of the indentation.

TreeIndent

Gets or sets the indent used to offset each group of rows in the grid.

TreeLines

Gets or sets the tree lines displayed in this cell.

TreeLinesBrush
TreeLinesDashArray

Gets or sets an array of doubles that determines the dash pattern.

TreeLinesRadiusX

Gets or sets the horizontal radius of the tree-lines.

TreeLinesRadiusY

Gets or sets the vertical radius of the tree-lines.

TreeLinesThickness

Gets or sets the thickness of the tree-lines.

ValidationBackground

Gets or sets the validation background.

ValidationForeground

Gets or sets the validation foreground.

ValidationIndicator

Gets or sets whether to show errors indicator.

Methods

Name Description
Dispose(bool)
OnAfterRender(bool)
OnIsCollapsedChanged(EventArgs)

Called when the group is toggled.

OnPropertyChanged(string)

Called when a property changed.

Events

Name Description
IsCollapsedChanged

Occurs when the group is toggled.

PropertyChanged

Called when a property changed.