Skip to main content

TextEdit.Buttons Property

Returns the collection of buttons.

Namespace: DevExpress.UI.Xaml.Editors

Assembly: DevExpress.UI.Xaml.Editors.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public ButtonInfoCollection Buttons { get; }

Property Value

Type Description
ButtonInfoCollection

The collection of ButtonInfo descendants that represents the editor’s buttons.

Remarks

The Buttons collection allows you to access individual buttons and customize their settings, add/remove buttons or perform other collection management tasks.

Individual buttons are represented by the ButtonInfo class.

See Also