Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

ButtonInfoCollection Class

Represents the collection of ButtonEdit buttons.

Namespace: DevExpress.Xpf.Editors

Assembly: DevExpress.Xpf.Core.v24.2.dll

NuGet Package: DevExpress.Wpf.Core

#Declaration

public class ButtonInfoCollection :
    ObservableCollection<ButtonInfoBase>

The following members return ButtonInfoCollection objects:

#Remarks

The ButtonEdit editor and its descendants store their buttons within the ButtonInfoCollection collection accessible via the ButtonEdit.Buttons property. The ButtonInfoCollection class provides methods that can be used to add, delete, or access individual buttons and perform other common collection management tasks. Individual columns are represented by ButtonInfo objects.

See Also