Class GridStackedHeaderCellControl
Represents a cell in a StackedHeaderRow in a SfDataGrid control.
Implements
System.IDisposable
Inherited Members
Namespace: Syncfusion.SfDataGrid.XForms
Assembly: Syncfusion.SfDataGrid.XForms.dll
Syntax
public class GridStackedHeaderCellControl : GridHeaderCellControl, IVisibility, IDisposable
Constructors
GridStackedHeaderCellControl()
Initializes a new instance of the GridStackedHeaderCellControl class.
Declaration
public GridStackedHeaderCellControl()
Methods
LayoutChildren(Double, Double, Double, Double)
Positions and sizes the Content of the GridStackedHeaderCellControl.
Declaration
protected override void LayoutChildren(double x, double y, double width, double height)
Parameters
Type | Name | Description |
---|---|---|
System.Double | x | A value representing the x coordinate of the child region bounding box. |
System.Double | y | A value representing the y coordinate of the child region bounding box. |
System.Double | width | A value representing the width of the child region bounding box. |
System.Double | height | A value representing the height of the child region bounding box. |
Overrides
Implements
System.IDisposable