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

ButtonInfo Class

Represents a button for a button editor.

Namespace: DevExpress.WinUI.Editors

Assembly: DevExpress.WinUI.Editors.v21.1.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.).

See Also