menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GridStackedHeaderCellControl - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class GridStackedHeaderCellControl

    Represents a cell in a StackedHeaderRow in a SfDataGrid control.

    Inheritance
    System.Object
    BorderView
    CellElement
    GridHeaderCellControl
    GridStackedHeaderCellControl
    Implements
    System.IDisposable
    Inherited Members
    BorderView.BorderColor
    BorderView.BorderColorProperty
    BorderView.BorderThickness
    BorderView.BorderThicknessProperty
    BorderView.Dispose()
    BorderView.Visibility
    BorderView.VisibilityProperty
    CellElement.NeedToInvalidate
    CellElement.NeedToInvalidateProperty
    CellElement.OnBindingContextChanged()
    GridHeaderCellControl.Clip
    GridHeaderCellControl.ClipProperty
    GridHeaderCellControl.ColumnIndex
    GridHeaderCellControl.DataColumn
    GridHeaderCellControl.Dispose(Boolean)
    GridHeaderCellControl.Gridcolumn
    GridHeaderCellControl.GridColumn
    GridHeaderCellControl.GridModel
    GridHeaderCellControl.MakeSort()
    GridHeaderCellControl.OnChildMeasureInvalidated()
    GridHeaderCellControl.OnChildRemoved(Element)
    GridHeaderCellControl.RowIndex
    GridHeaderCellControl.ShouldInvalidateOnChildAdded(View)
    GridHeaderCellControl.ShouldInvalidateOnChildRemoved(View)
    GridHeaderCellControl.SortAscend
    GridHeaderCellControl.SortColumn
    GridHeaderCellControl.SortDirection
    GridHeaderCellControl.Update()
    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
    GridHeaderCellControl.LayoutChildren(Double, Double, Double, Double)

    Implements

    System.IDisposable
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved