MindFusion.Wpf Pack Programmer's Guide
NumericUpDown.IsEditable Property
See Also
 





Gets or sets a value indicating whether the control is enabled. This is a dependency property.

Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.Common.Wpf

 Syntax

C#  Copy Code

public bool IsEditable { get; set; }

Visual Basic  Copy Code

Public Property IsEditable As Boolean

 Property Value

true if the control is enabled; otherwise, false.

 See Also

NumericUpDown Members
NumericUpDown Class
MindFusion.UI.Wpf Namespace