Class DataButtonEdit
CurrencyEdit class encapsulates a CurrencyTextBox control and adds the ability to drop down a popup calculator.
Implements
System.ComponentModel.ISupportInitialize
Inherited Members
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class DataButtonEdit : ButtonEdit, IThemeProvider, IVisualStyle, IEditControlsEmbed, IButtonEditParent, IPopupParent, IPopupItem, IThemedControl, ISupportInitialize, INonClientPaintingSupport
Constructors
DataButtonEdit()
Initializes a new instance of the DataButtonEdit class.
Declaration
public DataButtonEdit()
Properties
DataManager
Gets or sets the data manager.
Declaration
public BindingManagerBase DataManager { get; set; }
Property Value
Type |
---|
System.Windows.Forms.BindingManagerBase |
DataSource
Gets or sets the data source that the grid is displaying data for.
Declaration
public object DataSource { get; set; }
Property Value
Type |
---|
System.Object |
Methods
Dispose(Boolean)
Cleans up any resources being used.
Declaration
protected override void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing | Bool disposing |
Overrides
SetButtonsStatus()
Sets the status of the data buttons depending on position.
Declaration
public void SetButtonsStatus()
SetPosition(Int32)
Sets the position.
Declaration
public void SetPosition(int newPosition)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | newPosition | The new position to move to. |
Implements
System.ComponentModel.ISupportInitialize