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