wpf-devexpress-dot-xpf-dot-editors-f33b4d0c.md
Represents a null value button (delete button).
Namespace : DevExpress.Xpf.Editors
Assembly : DevExpress.Xpf.Core.v25.2.dll
NuGet Package : DevExpress.Wpf.Core
public class DeleteButtonInfo :
CommandButtonInfo
Public Class DeleteButtonInfo
Inherits CommandButtonInfo
The DeleteButtonInfo class implements the functionality of a null value button displayed within the button editors (e.g., ButtonEdit, DateEdit, etc.).
You can use any of the following ways to add the delete button.
or
Object DispatcherObject DependencyObject ContentElement FrameworkContentElement ButtonInfoBase CommandButtonInfo DeleteButtonInfo
See Also