Class BaseControlEditControlConfigurator
Represents a class that helps to provide base control for EditControl configurator.
Inheritance
System.Object
BaseControlEditControlConfigurator
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 |