Property AllowDeletingSelectedElement
AllowDeletingSelectedElement
Gets or sets a value indicating whether the selected Geometrytrue
.
Declaration
public bool AllowDeletingSelectedElement { get; set; }
Property Value
Type | Description |
---|---|
System. |
|
Remarks
Whether true
or false
, an element can be deleted by Delete
If false
, then the Canfalse
. If you have implemented a customization to allow users to interactively delete the
selected element, then you can use this property to check if that customization should be enabled.
Set
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 200.3 - 200.6 |
.NET | 200.3 - 200.6 |
.NET Windows | 200.3 - 200.6 |
.NET Android | 200.3 - 200.6 |
.NET iOS | 200.3 - 200.6 |
.NET Framework | 200.3 - 200.6 |
UWP | 200.3 - 200.6 |