menu

WinForms

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

    Show / Hide Table of Contents

    Class GroupingResourceIdentifiers

    Defines a class that specifies the constant resource identifier string values.

    Inheritance
    System.Object
    GroupingResourceIdentifiers
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.Windows.Forms.Grid.Grouping.Localization
    Assembly: Syncfusion.Grid.Grouping.Windows.dll
    Syntax
    public sealed class GroupingResourceIdentifiers

    Constructors

    GroupingResourceIdentifiers()

    Declaration
    public GroupingResourceIdentifiers()

    Fields

    DragColumnHeaderHereText

    Defines the constant string value for the dragging column header tip text.

    Declaration
    public const string DragColumnHeaderHereText = "DragColumnHeaderHere"
    Field Value
    Type
    System.String

    FailedToFillDataset

    Defines the constant string value to denote the interruption in assigning the data source.

    Declaration
    public const string FailedToFillDataset = "FailedToFillDataset"
    Field Value
    Type
    System.String

    FilterBarAll

    Defines the constant string value for the filterbar cell's "(All)"

    Declaration
    public const string FilterBarAll = "FilterBarAll"
    Field Value
    Type
    System.String

    FilterBarCustom

    Defines the constant string value for the filterbar cell's "(Custom...)"

    Declaration
    public const string FilterBarCustom = "FilterBarCustom"
    Field Value
    Type
    System.String

    FilterBarEmpty

    Defines the constant string value for the filterbar cell's "(Empty)"

    Declaration
    public const string FilterBarEmpty = "FilterBarEmpty"
    Field Value
    Type
    System.String

    PagerOf

    Defines constant string value of Paging

    Declaration
    public const string PagerOf = "PagerOf"
    Field Value
    Type
    System.String

    PagerPage

    Defines constant string value of Paging

    Declaration
    public const string PagerPage = "PagerPage"
    Field Value
    Type
    System.String

    PasteEngineSchema

    Defines the constant string value for pasting the schema in designer window of the grid.

    Declaration
    public const string PasteEngineSchema = "PasteEngineSchema"
    Field Value
    Type
    System.String

    RecordNavigatorOF

    Defines the constant string value for the record navigation bar.

    Declaration
    public const string RecordNavigatorOF = "RecordNavigatorOF"
    Field Value
    Type
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved