Skip to main content

IButtonProperties Interface

Contains properties for IButton objects.

Namespace: DevExpress.XtraEditors.ButtonPanel

Assembly: DevExpress.Utils.v23.2.dll

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

Declaration

public interface IButtonProperties :
    IBaseButton,
    IDisposable,
    ISupportGroupUpdate

Remarks

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

See Also