Class NumericUpDownExtActionList
Inheritance
System.Object
NumericUpDownExtActionList
Assembly: Syncfusion.Tools.Windows.dll
public class NumericUpDownExtActionList : SyncActionListBase<NumericUpDownExt>
Constructors
Declaration
public NumericUpDownExtActionList(IComponent component)
Parameters
Type |
Name |
Description |
System.ComponentModel.IComponent |
component |
|
Properties
Declaration
public int DecimalPlaces { get; set; }
Property Value
Declaration
public bool Hexadecimal { get; set; }
Property Value
Declaration
public decimal Increment { get; set; }
Property Value
Declaration
public decimal Maximum { get; set; }
Property Value
Declaration
public decimal Minimum { get; set; }
Property Value
Declaration
public string Name { get; set; }
Property Value
TextAlign
Declaration
public HorizontalAlignment TextAlign { get; set; }
Property Value
Type |
System.Windows.Forms.HorizontalAlignment |
Declaration
public bool ThemedBorder { get; set; }
Property Value
Declaration
public bool ThousandsSeparator { get; set; }
Property Value
Declaration
public LeftRightAlignment UpDownAlign { get; set; }
Property Value
Type |
System.Windows.Forms.LeftRightAlignment |
Declaration
public decimal Value { get; set; }
Property Value
Declaration
public VisualStyle Visualstyle { get; set; }
Property Value
Methods
Declaration
protected override void InitializeActionList()
Overrides
Syncfusion.Windows.Forms.Design.SyncActionListBase<Syncfusion.Windows.Forms.Tools.NumericUpDownExt>.InitializeActionList()