menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class UnBoundRowsPosition - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class UnBoundRowsPosition

    Defines the constants that specify whether the Unbound Row positioned at top or bottom of body region in SfDataGrid.

    Inheritance
    System.Object
    UnBoundRowsPosition
    Namespace: Syncfusion.UI.Xaml.Grid
    Assembly: Syncfusion.SfGrid.UWP.dll
    Syntax
    public sealed class UnBoundRowsPosition : Enum

    Fields

    Bottom

    Specifies that Unbound Row will be placed at bottom of the body region.

    Declaration
    public const UnBoundRowsPosition Bottom
    Field Value
    Type
    UnBoundRowsPosition

    None

    No Unbound Row will be placed.

    Declaration
    public const UnBoundRowsPosition None
    Field Value
    Type
    UnBoundRowsPosition

    Top

    Specifies that Unbound Row will be placed at top of the body region.

    Declaration
    public const UnBoundRowsPosition Top
    Field Value
    Type
    UnBoundRowsPosition

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved