ButtonInfo Class
In This Article
Represents a button for a button editor.
Namespace: DevExpress.WinUI.Editors
Assembly: DevExpress.WinUI.Editors.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
public class ButtonInfo :
ContentControl,
ILogicalChild,
IButtonInfo
#Remarks
The ButtonInfo class implements the functionality of an individual button that can be displayed within button editors (e.g. TextEdit, SpinEdit, etc.).
#Inheritance
See Also