WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class RecordNavigationControlActionList - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class RecordNavigationControlActionList

    RecordNavigationControl Action List class for SmartTag.

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

    Constructors

    RecordNavigationControlActionList(IComponent)

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

    Properties

    GridOfficeScrollBars

    Sets the Office like scroll bars

    Declaration
    public OfficeScrollBars GridOfficeScrollBars { get; set; }
    Property Value
    Type Description
    OfficeScrollBars

    Name

    Gets/Sets the name of the control

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

    NavigationButtons

    Specifies arrow button to be shown in an arrow bar

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

    SplitBars

    Specifies the splitter behavior of the control

    Declaration
    public DynamicSplitBars SplitBars { get; set; }
    Property Value
    Type Description
    DynamicSplitBars

    Style

    Specifies the style for the RecordNavigationControl

    Declaration
    public Appearance Style { get; set; }
    Property Value
    Type Description
    Appearance

    Methods

    InitializeActionList()

    Initializes the action list to be added.

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