menu

MAUI

  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DataGridSwipeOffsetMode - MAUI API Reference | Syncfusion

    Show / Hide Table of Contents

    Class DataGridSwipeOffsetMode

    Defines constants that specifies whether the swipe view content should be auto sized or not.

    Inheritance
    System.Object
    DataGridSwipeOffsetMode
    Namespace: Syncfusion.Maui.DataGrid
    Assembly: Syncfusion.Maui.DataGrid.dll
    Syntax
    public sealed class DataGridSwipeOffsetMode : Enum

    Fields

    Auto

    The SwipeView is auto sized based on its template contents.

    Declaration
    public const DataGridSwipeOffsetMode Auto
    Field Value
    Type
    DataGridSwipeOffsetMode

    Custom

    The SwipeView is sized based on the MaxSwipeOffset.

    Declaration
    public const DataGridSwipeOffsetMode Custom
    Field Value
    Type
    DataGridSwipeOffsetMode
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved