Class RecordNavigationControlActionList
RecordNavigationControl Action List class for SmartTag.
Inheritance
System.Object
RecordNavigationControlActionList
Inherited Members
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 |
---|
OfficeScrollBars |
Name
Gets/Sets the name of the control
Declaration
public string Name { get; set; }
Property Value
Type |
---|
System.String |
NavigationButtons
Specifies arrow button to be shown in an arrow bar
Declaration
public DisplayArrowButtons NavigationButtons { get; set; }
Property Value
Type |
---|
DisplayArrowButtons |
SplitBars
Specifies the splitter behavior of the control
Declaration
public DynamicSplitBars SplitBars { get; set; }
Property Value
Type |
---|
DynamicSplitBars |
Style
Specifies the style for the RecordNavigationControl
Declaration
public Appearance Style { get; set; }
Property Value
Type |
---|
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()