menu

WinForms

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

    Show / Hide Table of Contents

    Interface IRecordNavigationBarData

    Returns the values of a record navigation bar.

    Namespace: Syncfusion.Windows.Forms
    Assembly: Syncfusion.Shared.Base.dll
    Syntax
    public interface IRecordNavigationBarData

    Properties

    AllowAddNew

    Indicates whether adding new records is enabled.

    Declaration
    bool AllowAddNew { get; }
    Property Value
    Type
    System.Boolean

    MaxRecord

    Returns the maximum record.

    Declaration
    int MaxRecord { get; }
    Property Value
    Type
    System.Int32

    MinRecord

    Returns the minimum record.

    Declaration
    int MinRecord { get; }
    Property Value
    Type
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved