Class EditableListActionList
CheckBoxAdvActionList class.
Inherited Members
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Shared.Base.dll
Syntax
public class EditableListActionList : SyncActionListBase<EditableList>
Constructors
EditableListActionList(IComponent)
Initializes a new instance of the CheckBoxAdvActionList class.
Declaration
public EditableListActionList(IComponent component)
Parameters
| Type | Name | Description |
|---|---|---|
| System.ComponentModel.IComponent | component | Represents component |
Properties
Autoscroll
Gets or sets the auoscroll.
Declaration
public bool Autoscroll { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean | The style. |
Borderstyle
Gets or sets the border style.
Declaration
public BorderStyle Borderstyle { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Windows.Forms.BorderStyle | The style. |
Listbox
Gets or sets listbox text alignment
Declaration
public TextAlignment Listbox { get; set; }
Property Value
| Type | Description |
|---|---|
| TextAlignment | The style. |
Name
Gets or sets Name.
Declaration
public string Name { get; set; }
Property Value
| Type |
|---|
| System.String |
Text
Gets or sets the Text
Declaration
public string Text { get; set; }
Property Value
| Type |
|---|
| System.String |
Methods
InitializeActionList()
Declaration
protected override void InitializeActionList()
Overrides
Syncfusion.Windows.Forms.Design.SyncActionListBase<Syncfusion.Windows.Forms.Tools.EditableList>.InitializeActionList()