[]
        
(Showing Draft Content)

C1.Maui.Grid.GridCellView

GridCellView Class

Contains properties that will be applied to cell view elements.

Namespace: C1.Maui.Grid
Assembly: C1.Maui.Grid.dll
Syntax
public class GridCellView : GridControlCellView, IDisposable, INotifyPropertyChanged

Constructors

Name Description
GridCellView()

Initializes a new instance of the GridCellView class.

Fields

Name Description
DataBarBackgroundProperty

Identifies the DataBarBackground dependency property.

DataBarBorderBrushProperty

Identifies the DataBarBorderBrush dependency property.

DataBarBorderThicknessProperty

Identifies the DataBarBorderThickness dependency property.

DataBarCornerRadiusProperty

Identifies the DataBarCornerRadius dependency property.

DataBarPaddingProperty

Identifies the DataBarPadding dependency property.

DataBarValueProperty

Identifies the DataBarValue dependency property.

ExpandDownProperty

Identifies the ExpandDown dependency property.

GroupCollapsedIconTemplateProperty

Identifies the GroupCollapsedIconTemplate dependency property.

GroupExpandedIconTemplateProperty

Identifies the GroupExpandedIconTemplate dependency property.

IconStyleProperty

Identifies the IconStyle dependency property.

IconTemplateProperty

Identifies the IconTemplate dependency property.

IsCollapsedProperty

Identifies the IsCollapsed dependency property.

ShowToggleButtonProperty

Identifies the ShowToggleButton 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
DataBarBackground

Gets or sets the brush used to paint the data-bar.

DataBarBorderBrush

Gets or sets the brush used to paint the border of the data-bar.

DataBarBorderThickness

Gets or sets the thickness of the border of the data-bar.

DataBarCornerRadius

Gets or sets the corner-radius of the data-bar.

DataBarPadding

Gets or sets the padding of the data-bar.

DataBarValue

Gets or sets the value of the data-bar.

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.

IconStyle

Gets or sets the style of the leading icon.

IconTemplate

Gets or sets a leading icon template to be displayed in the cell.

IsCollapsed

Gets or sets whether the group is collapsed.

ShowToggleButton

Gets or sets whether the toggle-button is shown.

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)
OnIsCollapsedChanged(EventArgs)

Called when the group is toggled.

Events

Name Description
IsCollapsedChanged

Occurs when the group is toggled.