Class RecordNavigationBarActionList
RecordNavigationBar Action List class for SmartTag.
Inherited Members
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()