Class GridDataExpandCollapseVisualCellRenderer
Inheritance
System.Object
GridDataExpandCollapseVisualCellRenderer
Inherited Members
Namespace: Syncfusion.Windows.Controls.Grid
Assembly: Syncfusion.Grid.Wpf.dll
Syntax
public class GridDataExpandCollapseVisualCellRenderer : GridCellRendererBase, IGridCellRenderer, ICellRenderer, IDisposable, IHitTestSelectCells, IStyleChanged
Constructors
GridDataExpandCollapseVisualCellRenderer()
Declaration
public GridDataExpandCollapseVisualCellRenderer()
Properties
ExpandCollapseMargin
Gets or sets the uniform margin in pixels that appears around the Expand/Collapse glyph.
Declaration
public Thickness ExpandCollapseMargin { get; set; }
Property Value
Type |
---|
System.Windows.Thickness |
Remarks
You may need to change this value from its default of 4 to something smaller if you change the default row height to smaller values.
TableModel
Declaration
public GridDataTableModel TableModel { get; }
Property Value
Type |
---|
GridDataTableModel |
Methods
OnRender(DrawingContext, RenderCellArgs, GridRenderStyleInfo)
Declaration
protected override void OnRender(DrawingContext dc, RenderCellArgs rca, GridRenderStyleInfo style)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Media.DrawingContext | dc | |
RenderCellArgs | rca | |
GridRenderStyleInfo | style |
Overrides
Syncfusion.Windows.Controls.Cells.CellRendererBase<Syncfusion.Windows.Controls.Grid.GridRenderStyleInfo>.OnRender(System.Windows.Media.DrawingContext, Syncfusion.Windows.Controls.Cells.RenderCellArgs, Syncfusion.Windows.Controls.Grid.GridRenderStyleInfo)
Implements
System.IDisposable