menu

WinForms

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

    Show / Hide Table of Contents

    Class EditableListActionList

    CheckBoxAdvActionList class.

    Inheritance
    System.Object
    SyncActionListBase<EditableList>
    EditableListActionList
    Inherited Members
    SyncActionListBase<EditableList>.AddDesignerActionHeaderItem(String)
    SyncActionListBase<EditableList>.AddDesignerActionMethodItem(String, String, String, String)
    SyncActionListBase<EditableList>.AddDesignerActionPropertyItem(String, String, String, String)
    SyncActionListBase<EditableList>.AddDesignerActionTextItem(String, String)
    SyncActionListBase<EditableList>.Control
    SyncActionListBase<EditableList>.GetProperty(String)
    SyncActionListBase<EditableList>.GetSortedActionItems()
    SyncActionListBase<EditableList>.GetValue(String)
    SyncActionListBase<EditableList>.SetValue(String, Object)
    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()
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved