menu

WinForms

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

    Show / Hide Table of Contents

    Class RecordNavigationBarActionList

    RecordNavigationBar Action List class for SmartTag.

    Inheritance
    System.Object
    SyncActionListBase<RecordNavigationBar>
    RecordNavigationBarActionList
    Inherited Members
    SyncActionListBase<RecordNavigationBar>.AddDesignerActionHeaderItem(String)
    SyncActionListBase<RecordNavigationBar>.AddDesignerActionMethodItem(String, String, String, String)
    SyncActionListBase<RecordNavigationBar>.AddDesignerActionPropertyItem(String, String, String, String)
    SyncActionListBase<RecordNavigationBar>.AddDesignerActionTextItem(String, String)
    SyncActionListBase<RecordNavigationBar>.Control
    SyncActionListBase<RecordNavigationBar>.GetProperty(String)
    SyncActionListBase<RecordNavigationBar>.GetSortedActionItems()
    SyncActionListBase<RecordNavigationBar>.GetValue(String)
    SyncActionListBase<RecordNavigationBar>.SetValue(String, Object)
    Namespace: Syncfusion.Windows.Forms
    Assembly: Syncfusion.Shared.Base.dll
    Syntax
    public class RecordNavigationBarActionList : SyncActionListBase<RecordNavigationBar>

    Constructors

    RecordNavigationBarActionList(IComponent)

    Declaration
    public RecordNavigationBarActionList(IComponent component)
    Parameters
    Type Name Description
    System.ComponentModel.IComponent component

    Properties

    DisplayArrowButtons

    Specifies arrow button to be shown in an arrow bar

    Declaration
    public DisplayArrowButtons DisplayArrowButtons { get; set; }
    Property Value
    Type
    DisplayArrowButtons

    Label

    Label to be displayed before the record field textbox

    Declaration
    public string Label { get; set; }
    Property Value
    Type
    System.String

    Name

    Gets/Sets the name of the control

    Declaration
    public string Name { get; set; }
    Property Value
    Type
    System.String

    Methods

    InitializeActionList()

    Initializes the action list to be added.

    Declaration
    protected override void InitializeActionList()
    Overrides
    Syncfusion.Windows.Forms.Design.SyncActionListBase<Syncfusion.Windows.Forms.RecordNavigationBar>.InitializeActionList()
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved