ImageEditorOptions.AllowClear Property
In This Article
Indicates whether an end user can remove content from the image editor.
Namespace: DevExpress.XtraPrinting.Preview
Assembly: DevExpress.XtraPrinting.v24.2.dll
NuGet Package: DevExpress.Win.Printing
#Declaration
#Property Value
Type | Description |
---|---|
Boolean | true if the editor allows end users to clear content; otherwise, false. |
#Remarks
When the AllowClear property is set to true, the image editor’s menu contains the item. This item removes all the content the editor contains.
Set the AllowClear property to false to remove the menu item.
Tip
The menu item resets the editor’s content. This item is available only when the Picture Box control’s Image
See Also