[]
Contains properties that will be applied to cell view elements.
public class GridCellView : GridControlCellView, IDisposable, INotifyPropertyChanged
Name | Description |
---|---|
GridCellView() | Initializes a new instance of the GridCellView class. |
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. |
Name | Description |
---|---|
Dispose(bool) | |
OnIsCollapsedChanged(EventArgs) | Called when the group is toggled. |
Name | Description |
---|---|
IsCollapsedChanged | Occurs when the group is toggled. |