ButtonInfoCollection Class
Represents a collection of buttons.
Namespace: DevExpress.UI.Xaml.Editors
Assembly: DevExpress.UI.Xaml.Editors.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
Declaration
Related API Members
The following members return ButtonInfoCollection objects:
Remarks
The ButtonInfoCollection class represents a collection of ButtonInfo objects that represent editor’s buttons. Its properties and methods can be used to perform common collection operations such as adding new or deleting existing buttons. Individual buttons can be accessed using indexer notation.
A collection of buttons can be accessed via the editor’s TextEdit.Buttons property.
Inheritance
See Also