[]
Contains properties that will be applied to cell view elements.
[StyleTypedProperty(Property = "IconStyle", StyleTargetType = typeof(ContentPresenter))]
[StyleTypedProperty(Property = "CheckBoxStyle", StyleTargetType = typeof(C1CheckBox))]
[TemplatePart(Name = "ToggleButton", Type = typeof(C1ToggleButton))]
[TemplatePart(Name = "IconPresenter", Type = typeof(ContentPresenter))]
[TemplatePart(Name = "CheckBox", Type = typeof(C1CheckBox))]
public class GridCellView : GridControlCellView, INotifyPropertyChanged
| Name | Description |
|---|---|
| GridCellView() | Initializes a new instance of the GridCellView class. |
| Name | Description |
|---|---|
| ContentPadding | |
| 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. |
| 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. |
| Name | Description |
|---|---|
| Dispose(bool) | |
| OnApplyTemplate() | |
| OnCreateAutomationPeer() | |
| OnIsCollapsedChanged(EventArgs) | Called when the group is toggled. |
| OnPropertyChanged(string) | Called when a property changed. |
| OnRenderBackground(DrawingContext, Rect) | Draw the background of the control in the specified |
| OnRenderBackgroundAdorners(DrawingContext, Rect) | Draw the background adorners of the control in the specified |
| OnRenderTreeLines(DrawingContext, Rect) | Called when the tree-lines need to be drawn. |
| OnRenderValidation(DrawingContext, Rect) | Called when the validation indicators need to be drawn. |
| Name | Description |
|---|---|
| IsCollapsedChanged | Occurs when the group is toggled. |
| PropertyChanged | Called when a property changed. |