menu

WinForms

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

    Show / Hide Table of Contents

    Class CurrencyEditActionList

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

    Constructors

    CurrencyEditActionList(IComponent)

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

    Properties

    ButtonStyle

    Declaration
    public ButtonAppearance ButtonStyle { get; set; }
    Property Value
    Type
    ButtonAppearance

    CalculatorLayoutType

    Declaration
    public CalculatorLayoutTypes CalculatorLayoutType { get; set; }
    Property Value
    Type
    CalculatorLayoutTypes

    CloseAction

    Declaration
    public CalcActions CloseAction { get; set; }
    Property Value
    Type
    CalcActions

    DecimalValue

    Declaration
    public decimal DecimalValue { get; set; }
    Property Value
    Type
    System.Decimal

    PopupCalculatorAlignment

    Declaration
    public CalculatorPopupAlignment PopupCalculatorAlignment { get; set; }
    Property Value
    Type
    CalculatorPopupAlignment

    TextAlign

    Declaration
    public HorizontalAlignment TextAlign { get; set; }
    Property Value
    Type
    System.Windows.Forms.HorizontalAlignment

    TransferFromCalculator

    Declaration
    public bool TransferFromCalculator { get; set; }
    Property Value
    Type
    System.Boolean

    TransferToCalculator

    Declaration
    public bool TransferToCalculator { get; set; }
    Property Value
    Type
    System.Boolean

    UseVisualStyle

    Declaration
    public bool UseVisualStyle { get; set; }
    Property Value
    Type
    System.Boolean

    Methods

    InitializeActionList()

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