Skip to main content
A newer version of this page is available. .

ButtonInfo Class

Represents a button for a button editor.

Namespace: DevExpress.UI.Xaml.Editors

Assembly: DevExpress.UI.Xaml.Editors.v18.2.dll

Declaration

public class ButtonInfo :
    ContentControl,
    ILogicalChild,
    IDependencyPropertyChangeListener,
    IButtonInfo,
    INotifyPropertyChanged

Remarks

The ButtonInfo class implements the functionality of an individual button that can be displayed within button editors (e.g. TextEdit, SpinEdit, etc.).

Inheritance

Object
Windows.UI.Xaml.DependencyObject
Windows.UI.Xaml.UIElement
Windows.UI.Xaml.FrameworkElement
Windows.UI.Xaml.Controls.Control
Windows.UI.Xaml.Controls.ContentControl
ButtonInfo
See Also