menu

Xamarin.Forms

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

    Show / Hide Table of Contents

    Class HeaderCellControl

    Represents the header row in a SfDataGrid control.

    Inheritance
    System.Object
    VirtualizingCellsControl
    HeaderCellControl
    Implements
    System.IDisposable
    Inherited Members
    VirtualizingCellsControl.Clip
    VirtualizingCellsControl.ClipProperty
    VirtualizingCellsControl.ClipRect
    VirtualizingCellsControl.DataGrid
    VirtualizingCellsControl.Dispose()
    VirtualizingCellsControl.Dispose(Boolean)
    VirtualizingCellsControl.LayoutChildren(Double, Double, Double, Double)
    VirtualizingCellsControl.OnMeasure(Double, Double)
    VirtualizingCellsControl.OnParentSet()
    VirtualizingCellsControl.ShouldInvalidateOnChildAdded(View)
    VirtualizingCellsControl.ShouldInvalidateOnChildRemoved(View)
    VirtualizingCellsControl.SwipeDirection
    VirtualizingCellsControl.SwipeOffset
    VirtualizingCellsControl.Visibility
    Namespace: Syncfusion.SfDataGrid.XForms
    Assembly: Syncfusion.SfDataGrid.XForms.dll
    Syntax
    public class HeaderCellControl : VirtualizingCellsControl, IDisposable
    Remarks

    A HeaderCellControl represents a single data item in a bound data source. The header row contains one cell per column in the SfDataGrid, and each cell displays property name of the bound data item or a customized header text.

    Constructors

    HeaderCellControl()

    Initializes a new instance of the HeaderCellControl class.

    Declaration
    public HeaderCellControl()

    Properties

    IsSwipeCancelled

    Gets or sets a value indicating whether to cancel swipe or not.

    Declaration
    public override bool IsSwipeCancelled { get; set; }
    Property Value
    Type Description
    System.Boolean

    True if the swipe is canceled, otherwise, false. The default value is true.

    Overrides
    VirtualizingCellsControl.IsSwipeCancelled

    Implements

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