WinUI

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class FilterRowPosition

    Show / Hide Table of Contents

    Class FilterRowPosition

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

    Inheritance
    System.Object
    FilterRowPosition
    Namespace: Syncfusion.UI.Xaml.DataGrid
    Assembly: Syncfusion.Grid.WinUI.dll
    Syntax
    public sealed class FilterRowPosition : Enum

    Fields

    Bottom

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

    Declaration
    public const FilterRowPosition Bottom
    Field Value
    Type Description
    FilterRowPosition

    FixedTop

    Specifies that FilterRow will be placed at top of the body region in frozen state.

    Declaration
    public const FilterRowPosition FixedTop
    Field Value
    Type Description
    FilterRowPosition

    None

    No FilterRow will be placed.

    Declaration
    public const FilterRowPosition None
    Field Value
    Type Description
    FilterRowPosition

    Top

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

    Declaration
    public const FilterRowPosition Top
    Field Value
    Type Description
    FilterRowPosition

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved