GrapeCity MultiRow Windows Forms Documentation
ShowSpinButtonInEditState Property (NumericUpDownCell)


Gets or sets a value that indicates whether to show spin buttons in edit mode.
Syntax
<SRDescriptionAttribute("Determines whether to show spin buttons in edit mode. The spin button will be shown if the ShowSpinButton property is not set to NotShown, regardless of the value of the ShowSpinButtonInEditState property.")>
<SRCategoryAttribute("Appearance")>
<DefaultValueAttribute()>
Public Property ShowSpinButtonInEditState As Boolean
Dim instance As NumericUpDownCell
Dim value As Boolean
 
instance.ShowSpinButtonInEditState = value
 
value = instance.ShowSpinButtonInEditState
[SRDescription("Determines whether to show spin buttons in edit mode. The spin button will be shown if the ShowSpinButton property is not set to NotShown, regardless of the value of the ShowSpinButtonInEditState property.")]
[SRCategory("Appearance")]
[DefaultValue()]
public bool ShowSpinButtonInEditState {get; set;}

Property Value

true if the spin buttons are visible in edit mode; otherwise, false. The default value is true.
Remarks
This property takes effect when the value of the ShowSpinButton property is CellButtonVisibility. NotShown.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

NumericUpDownCell Class
NumericUpDownCell Members

 

 


Copyright © GrapeCity, inc. All rights reserved.