menu

WinForms

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

    Show / Hide Table of Contents

    Class BaseControlEditControlConfigurator

    Represents a class that helps to provide base control for EditControl configurator.

    Inheritance
    System.Object
    BaseControlEditControlConfigurator
    ControlFormatsList
    ControlLanguageSelector
    Namespace: Syncfusion.Windows.Forms.Edit.Dialogs
    Assembly: Syncfusion.Edit.Windows.dll
    Syntax
    public class BaseControlEditControlConfigurator : UserControl

    Constructors

    BaseControlEditControlConfigurator()

    Initializes a new instance of the BaseControlEditControlConfigurator class.

    Declaration
    public BaseControlEditControlConfigurator()

    Properties

    Configuration

    Gets or sets the currently used configuration in EditControl.

    Declaration
    public Config Configuration { get; set; }
    Property Value
    Type
    Config

    EditControl

    Gets or sets the EditControl that are used as a source for languages list.

    Declaration
    public EditControl EditControl { get; set; }
    Property Value
    Type
    EditControl

    Methods

    OnConfigurationChanged()

    Called when configuration is changed.

    Declaration
    protected virtual void OnConfigurationChanged()

    OnEditControlChanged()

    Raises EditControlChanged event.

    Declaration
    protected virtual void OnEditControlChanged()

    Events

    EditControlChanged

    Occurs when EditControl property has been changed.

    Declaration
    public event EventHandler EditControlChanged
    Event Type
    Type
    System.EventHandler
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved