ButtonInfo Class
In This Article
Represents a button for a button editor.
Namespace: DevExpress.UI.Xaml.Editors
Assembly: DevExpress.UI.Xaml.Editors.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
#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
DependencyObject
Windows.UI.Xaml.UIElement
FrameworkElement
Control
Windows.UI.Xaml.Controls.ContentControl
ButtonInfo
See Also