Gets or sets a value indicating whether expansion shouldn't be changed.
Namespace: Dapfor.Wpf.ControlsAssembly: Dapfor.Wpf (in Dapfor.Wpf.dll) Version: 4.1.0.26317 (4.1.0.26317)
Syntax
| C# |
|---|
public bool Cancel { get; set; } |
| Visual Basic |
|---|
Public Property Cancel As Boolean Get Set |
| Visual C++ |
|---|
public: property bool Cancel { bool get (); void set (bool value); } |
| F# |
|---|
member Cancel : bool with get, set |
Property Value
Type: Booleantrue if cancel; otherwise, false.