Back to Devexpress

IButtonProperties Interface

windowsforms-devexpress-dot-xtraeditors-dot-buttonpanel.md

latest1.4 KB
Original Source

IButtonProperties Interface

Contains properties for IButton objects.

Namespace : DevExpress.XtraEditors.ButtonPanel

Assembly : DevExpress.Utils.v25.2.dll

NuGet Packages : DevExpress.Utils, DevExpress.Wpf.Core

Declaration

csharp
public interface IButtonProperties :
    IBaseButton,
    IDisposable,
    ISupportGroupUpdate
vb
Public Interface IButtonProperties
    Inherits IBaseButton,
             IDisposable,
             ISupportGroupUpdate

Remarks

See Header Buttons and WindowsUI Custom Buttons topics to learn more.

See Also

IButtonProperties Members

DevExpress.XtraEditors.ButtonPanel Namespace