Back to Devexpress

ButtonInfoCollection Class

wpf-devexpress-dot-xpf-dot-editors-8d11058c.md

latest2.0 KB
Original Source

ButtonInfoCollection Class

Represents the collection of ButtonEdit buttons.

Namespace : DevExpress.Xpf.Editors

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public class ButtonInfoCollection :
    ObservableCollection<ButtonInfoBase>
vb
Public Class ButtonInfoCollection
    Inherits ObservableCollection(Of 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.

Inheritance

Object Collection<ButtonInfoBase> ObservableCollection<ButtonInfoBase> ButtonInfoCollection

See Also

ButtonInfoCollection Members

DevExpress.Xpf.Editors Namespace